上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 60 下一页
摘要: pod的管理 [root@k8s-master ~]# vim pod.yaml apiVersion: v1 kind: Pod metadata: name: nginx-pod labels: app: nginx spec: containers: - name: nginx image: 阅读全文
posted @ 2019-07-08 18:33 #赵程# 阅读(283) 评论(0) 推荐(0) 编辑
摘要: [root@k8s-master ~]# vim nginx-deployment.yaml apiVersion: apps/v1beta2 kind: Deployment metadata: name: nginx-deployment spec: replicas: 3 selector: 阅读全文
posted @ 2019-07-08 15:38 #赵程# 阅读(613) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 60 下一页