k8s操作手册 2.3
#选择相应pod模板 matchLabels: podlable: nginx-deploy-pod template: #定义一个pod模板,具体要运行多少个实例由上面的replicas决定 metadata: labels: podlable: nginx-deploy-pod #pod模板标签 spec: #打标签 spec: selector: #选择相应pod模板 matchLabels: podlable: ds-pod template: metadata: labels: podlable: ds-pod #pod模板标签 spec: containers: selector: #选择相应pod模板 matchLabels: podlable: nginx-pod-sts serviceName: nginx-sts-svc #必须指定serviceName关联svc template: #定义一个pod模板,具体要运行多少个实例由上面的replicas决定 metadata:0 码力 | 126 页 | 4.33 MB | 1 年前3
共 1 条
- 1