2020年8月24日

kubernets 应用部署

摘要: apiVersion: apps/v1 kind: Deployment metadata: name: nginx-deployment labels: app: nginx spec: replicas: 3 selector: matchLabels: app: nginx template: 阅读全文

posted @ 2020-08-24 15:26 思此狂 阅读(90) 评论(0) 推荐(0)

导航