通过apiservice反向代理访问service
2021-01-25 06:13
标签:命令 names tar type name mes proxy 空间 ports 通过apiservice反向代理访问service 标签:命令 names tar type name mes proxy 空间 ports 原文地址:https://www.cnblogs.com/yangxiaoni/p/12024998.html第一种:NodePort类型
type: NodePort
ports:
- port: 80
targetPort: 80
nodePort: 30008
?
第二种:ClusterIP类型
type: ClusterIP
ports:
- port: 80
targetPort: 80
http://10.0.0.11:8080/api/v1/proxy/namespaces/命令空间/services/service的名字/
?
http://10.0.0.11:8080/api/v1/proxy/namespaces/qiangge/services/wordpress
文章标题:通过apiservice反向代理访问service
文章链接:http://soscw.com/index.php/essay/46667.html