Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Tutorial

Info
titleWhere to go

https://kubernetes.io/docs/tutorials/kubernetes-basics/

  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

...