通过apiservice反向代理访问service

2021-01-25 06:13

阅读:423

标签:命令   names   tar   type   name   mes   proxy   空间   ports   

第一种: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

标签:命令   names   tar   type   name   mes   proxy   空间   ports   

原文地址:https://www.cnblogs.com/yangxiaoni/p/12024998.html


评论


亲,登录后才可以留言!