- begin by installing minikube - download the windows installer, tried using choco but didn't work (mmmmm)
- run the command - minikube start - this will configure docker to work with minikube, caveat: wanted VBox and wouldn't work with HyperV
- read the messages carefully, on Windows you must still install kubectl manually even though the minikube start command says it downloaded and configure kubectl to work with Docker
- run the command choco install kubernetes-cli
- run the command refreshenv to enable kubectl without having to shutdown and reopen the shell
General
Content
Integrations