Kevin_306

2022年5月13日

38 k8s-18.service 创建服务

摘要: 1.1 创建一个Service 01.//创建nginx-svc.yml文件 [root@k8s-master01 ~]# vim nginx-svc.yml //yml文件内容: apiVersion: v1 kind: Service metadata: labels: app: nginx-s 阅读全文

posted @ 2022-05-13 01:41 熊猫小虾 阅读(143) 评论(0) 推荐(0)

导航