以yaml文件的方式运行nginx服务
deployment名字为:nginx,保证运行3个Pod.service名字为:nginx-svc。映射到主机端口:31234.[root@kbs01 ~]# vim nginx.yamlapiVersion: extensions/v1beta1kind: Deploymentmetadata:name: nginxspec:replicas: 3template:metad...