通过apiservice反向代理访问service

Posted yangxiaoni

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了通过apiservice反向代理访问service相关的知识,希望对你有一定的参考价值。

第一种: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的主要内容,如果未能解决你的问题,请参考以下文章

如何让 Service Fabric 反向代理在 Azure 上工作

Nginx配置二级目录/路径 映射不同的反向代理和规避IP+端口访问

Service Fabric TCP 反向代理

lamp服务及正反向代理

nginx反向代理service name可以为ip吗

正向代理和反向代理的区别