会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
运
博客园
首页
新随笔
联系
管理
订阅
2023年2月28日
三、核心实战-服务Service-Ingress
摘要: Service 将一组Pods公开为网络服务的抽象方法。 暴露deployment只能在集群内访问是ClusterIP,可以集群外访问是NodePort,默认端口分配是30000-32767之间 kubectl expose deployment my-dep --port=8000 --targe
阅读全文
posted @ 2023-02-28 10:27 good-good-luck
阅读(33)
评论(0)
推荐(0)