kubernetes搭建 九、kubectl基本命令使用

1、kubectl run創建deployment [[email protected] ~]# kubectl run nginx --replicas=3 --labels="app=nginx-example" --image=nginx:1.10 --port=80 deployment.apps/nginx created 2、kubectl get all查看所有信息 [[email 
相關文章
相關標籤/搜索