Kubernetes service whether there is http url forwarding function, similar to nginx proxy_pass
Similar to nginx proxy_pass
Location / version1 / {
Proxy_pass http://10.10.1.75:10231/;
} 2016-04-26 add comment share it
- QZONE
- Micro letter
Did not find the relevant results
Invited:
Xdays – a DevOps
The latest version introduces a new concept called ingress http://kubernetes.io/docs/user-guide/ingress/ is to solve this problem, you can refer to the documentation, specifically I understand is not deep.