- I hope you have enough rights on your windows machine to get started.
- Turn windows features on or off > disable hyper v;enable containers
- Install Virtualbox
- Search for ‘docker toolbox for windows’ and install it
- The usual method of installing kubernetes cli via powershell won’t work most of the times so install chocolatey
1 | Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) |
6. Install the kubernetes cli (kubectl)
1 | choco install kubernetes-cli |
Run minikube now on your windows to get started and good
luck.
No comments:
Post a Comment