上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 60 下一页
摘要: kubectl工具管理应用 创建一个pod [root@k8s-master ~]# kubectl run nginx --replicas=3 --labels="app=nginx-example" --image=nginx:1.10 --port=80 查看所有资源信息 [root@k8s 阅读全文
posted @ 2019-07-05 18:21 #赵程# 阅读(563) 评论(0) 推荐(0) 编辑
摘要: kubectl命令管理 查看更多帮助命令 [root@k8s-master ~]# kubectl --help 创建一个命名空间 [root@k8s-master ~]# kubectl create namespace yunjisuan namespace "yunjisuan" create 阅读全文
posted @ 2019-07-05 18:20 #赵程# 阅读(281) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 60 下一页