kubernetes-reverseproxy
kubernetes-reverseproxy copied to clipboard
Reverse proxy for kubernetes
I've just found that redirects behind proxy don't work with default template of nginx.conf. I think `proxy_redirect off;` should be replaced with something like `proxy_redirect ~^(http://[^:]+):\d+(/.+)$ $1$2;`
This looks interesting, however the minimal docs leaves me with questions. How does nginx map from a hostname to a minion_node_ip:port? I'd love to see a working example!
My docker logs show 2015-01-03T23:34:55Z 479b278d606a confd[35]: ERROR cannot connect to etcd cluster: 10.240.62.210:4001 [nginx] waiting for confd to refresh nginx.conf ... It looks like etcd is not accessible from...