Minikube Setup, Drivers, and Resource Configuration#
Minikube runs a single-node Kubernetes cluster on your local machine. The difference between a minikube setup that feels like a toy and one that behaves like production comes down to three choices: the driver, the resource allocation, and the Kubernetes version. Get these wrong and you spend more time fighting the tool than using it.
Installation#
On macOS with Homebrew:
brew install minikubeOn Linux via direct download: