摘要:
kubectl工具管理应用 创建一个pod [root@k8s-master ~]# kubectl run nginx --replicas=3 --labels="app=nginx-example" --image=nginx:1.10 --port=80 查看所有资源信息 [root@k8s 阅读全文
摘要:
kubectl命令管理 查看更多帮助命令 [root@k8s-master ~]# kubectl --help 创建一个命名空间 [root@k8s-master ~]# kubectl create namespace yunjisuan namespace "yunjisuan" create 阅读全文