Difference between revisions of "Minikube on Windows"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | https://github.com/microsoft/winget-cli/releases | + | # Getting Started |
+ | |||
+ | - https://github.com/microsoft/winget-cli/releases | ||
+ | - copy in path execute and rename to minikube.exe | ||
+ | |||
+ | https://docs.docker.com/docker-for-windows/install/ | ||
+ | |||
+ | minikube start --cpus=2 --memory=4g --addons=ingress | ||
https://kubernetes.io/docs/tutorials/hello-minikube/ | https://kubernetes.io/docs/tutorials/hello-minikube/ | ||
+ | |||
+ | |||
+ | # Notes | ||
winget install minikube | winget install minikube |
Revision as of 16:39, 19 March 2021
Getting Started
- https://github.com/microsoft/winget-cli/releases
- copy in path execute and rename to minikube.exe
https://docs.docker.com/docker-for-windows/install/
minikube start --cpus=2 --memory=4g --addons=ingress
https://kubernetes.io/docs/tutorials/hello-minikube/
Notes
winget install minikube
https://storage.googleapis.com/minikube/releases/latest/minikube-windows-amd64.exe