Minikube is the recommended method for creating a local, single-node Kubernetes cluster for development and testing. Setup is completely automated and doesn’t require a cloud provider account.
Windows 10
- Enable Hyper V in your BIOS and turn on the windows feature ‘Hyper-V’
- Install chocolatey package manager
- Install kubectl
1 | choco install kubernetes-cli |
- Install
- minikube
- At the time of writing this the latest version was v0.28.0