shidongwa / blog-comments

0 stars 0 forks source link

Mac Minikube Install — 石头记 #7

Open shidongwa opened 6 years ago

shidongwa commented 6 years ago

http://shidonghua.work/2018/05/01/mac-minikube-install/

MBP install minikube

shidongwa commented 6 years ago
$ 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