This the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Learning environment

    kind

    kind lets you run Kubernetes on your local computer. This tool requires that you have Docker installed and configured.

    The kind Quick Start page shows you what you need to do to get up and running with kind.

    minikube

    Like kind, minikube is a tool that lets you run Kubernetes locally. minikube runs a single-node Kubernetes cluster on your personal computer (including Windows, macOS and Linux PCs) so that you can try out Kubernetes, or for daily development work.

    You can follow the official Get Started! guide if your focus is on getting the tool installed.