摘要: kubectl create deployment web --image=nginx --replicas=1 kubectl expose deployment web --port=80 --type=NodePort 阅读全文
posted @ 2023-05-11 22:06 awks 阅读(22) 评论(0) 推荐(0)