码迷,mamicode.com
首页 > 编程语言 > 详细

k8s 部署启动java应用

时间:2021-07-23 17:45:59      阅读:0      评论:0      收藏:0      [点我收藏+]

标签: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

 

k8s 部署启动java应用

标签:dep   --   pos   create   部署   target   epo   svc   exp   

原文地址:https://www.cnblogs.com/wag1027/p/15048480.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!