Difference between revisions of "Minikube on Windows"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
# Getting Started | # Getting Started | ||
+ | |||
+ | https://minikube.sigs.k8s.io/docs/start/ | ||
- https://github.com/microsoft/winget-cli/releases | - https://github.com/microsoft/winget-cli/releases | ||
Line 6: | Line 8: | ||
https://docs.docker.com/docker-for-windows/install/ | https://docs.docker.com/docker-for-windows/install/ | ||
− | minikube start --cpus= | + | minikube start --cpus=4 --memory=6g --addons=ingress |
https://kubernetes.io/docs/tutorials/hello-minikube/ | https://kubernetes.io/docs/tutorials/hello-minikube/ |
Latest revision as of 17:23, 19 March 2021
Getting Started
https://minikube.sigs.k8s.io/docs/start/
- 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=4 --memory=6g --addons=ingress
https://kubernetes.io/docs/tutorials/hello-minikube/
Notes
winget install minikube
https://storage.googleapis.com/minikube/releases/latest/minikube-windows-amd64.exe