标签:dep -- pos create 部署 target epo svc exp
#生成yml
kubectl create deployment test --image=k8sigixtest:k8sigixtest --dry-run -o yaml > test.yml
#运行yml
kubectl apply -f wangshntest.yml
kubectl expose deployment test --port=1027 --target-port=5200 --type=NodePort -o yaml --dry-run > svc.yaml
标签:dep -- pos create 部署 target epo svc exp
原文地址:https://www.cnblogs.com/wag1027/p/15048480.html