Open shidongwa opened 6 years ago
http://shidonghua.work/2018/05/01/mac-minikube-install/
MBP install minikube
$ kubectl run hello-minikube --image=k8s.gcr.io/echoserver:1.10 --port=8080 deployment "hello-minikube" created $ kubectl expose deployment hello-minikube --type=NodePort service "hello-minikube" exposed
http://shidonghua.work/2018/05/01/mac-minikube-install/
MBP install minikube