摘要: kubectl命令行管理工具 1、创建 kubectl run nginx --replicas=3 --image=nginx:1.14 --port=80 kubectl get deploy,pods 2、发布 kubectl expose deployment nginx --port=80 阅读全文
posted @ 2020-05-26 14:40 风中阿阳 阅读(496) 评论(0) 推荐(0)