摘要: minikube ssh kubectl exec -it nginx sh kubectl delete -f kubectl create -f kubectl describe nginx # nginx is pod name kubectl scale # 创建pod的方式: 1. 直接创 阅读全文
posted @ 2020-02-07 22:06 Go_Forward 阅读(90) 评论(0) 推荐(0)
摘要: # 安装kubectl https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-kubectl-on-linux # 官方安装,不能用google源 https://www.jianshu.com/p/67083a454fcc 阅读全文
posted @ 2020-02-07 20:14 Go_Forward 阅读(504) 评论(0) 推荐(0)