Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Next »

  1. begin by installing minikube - download the windows installer, tried using choco but didn't work (mmmmm)
  2. run the command - minikube start - this will configure docker to work with minikube, caveat: wanted VBox and wouldn't work with HyperV
    1. 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
  3. run the command choco install kubernetes-cli
  4. run the command refreshenv to enable kubectl without having to shutdown and reopen the shell


  • No labels