# install and setup minikube
brew install minikube
minikube status
# if you need larger than default 16GB
#minikube start -p v1.15 --kubernetes-version='v1.15.11' --cpus=4 --memory=6000mb --disk-size=20GB
minikube start -p v1.15 --kubernetes-version='v1.15.11' --cpus=4 --memory=6000mb
minikube status
minikube profile list
minikube profile v1.15
minikube addons enable ingress
# ensure kubectl set correctly
minikube update-context
kubectl cluster-info
kubectl get nodes -o wide
minikube dashboard --url
# lets you use the same image library from desktop
# and inside minikube
eval $(minikube docker-env)
Last active
March 16, 2021 00:15
-
-
Save rljohnsn/00aca74ad5ed7da56a77ac52588c4de5 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment