[kubernetes-users] Re: advice for nginx ingress on bare metal

2017-12-07 Thread Jerry Hwang
Thanks, it's also useful. What I was more looking for was a proper ingress to access the dashboard from external.. On Thursday, December 7, 2017 at 4:33:42 PM UTC-8, ale...@gmail.com wrote: > > Please check > https://github.com/kubernetes/ingress-nginx/blob/master/docs/examples/customization/cus

[kubernetes-users] Re: advice for nginx ingress on bare metal

2017-12-07 Thread aledbf
Please check https://github.com/kubernetes/ingress-nginx/blob/master/docs/examples/customization/custom-vts-metrics-prometheus/README.md On Thursday, December 7, 2017 at 1:15:52 PM UTC-3, Jerry Hwang wrote: > Thanks. I am interested in accessing nginx controller dashboard. > Do you have an ingres

[kubernetes-users] Re: advice for nginx ingress on bare metal

2017-12-07 Thread Jerry Hwang
Thanks. I am interested in accessing nginx controller dashboard. Do you have an ingress example to assist to access it? On Wednesday, December 6, 2017 at 7:55:18 PM UTC-8, ale...@gmail.com wrote: > > Hi Jerry, > > You are being directed to the default backend (expected behavior without a > host h

[kubernetes-users] Re: advice for nginx ingress on bare metal

2017-12-06 Thread aledbf
Hi Jerry, You are being directed to the default backend (expected behavior without a host header in the request). If you create an ingress with a host: foo.bar.com you can use curl -v http://node_ip:30682 -H 'Host: foo.bar.com' On Wednesday, December 6, 2017 at 11:58:22 PM UTC-3, Jerry Hwang wr