Re: [kubernetes-users] Kubernetes ingress

2018-04-28 Thread 'Tim Hockin' via Kubernetes user discussion and Q
Ingress is sort of the lowest-common-API across many platforms. I am not sure that the majority of them can support it natively. I think it's logical, but may not be practical yet. On Sat, Apr 28, 2018, 7:41 AM Kanthi P wrote: > ohk Tim. Does it sound like a good

Re: [kubernetes-users] Kubernetes ingress

2018-04-28 Thread Kanthi P
ohk Tim. Does it sound like a good thing to add? Let me share our usecase. We are building a datascience platform using kubernetes. We have datascience app which uses tensorflow internally, this runs as a service in kubernetes cluster. And we configured ingress controller for this service.

Re: [kubernetes-users] Kubernetes ingress

2018-04-28 Thread 'Tim Hockin' via Kubernetes user discussion and Q
Ingress does not do prefix stripping or URL munging by default, as not all platforms support it. I verified against the Google implementation, it passes the URL path through directly. On Sat, Apr 28, 2018, 6:09 AM Kanthi P wrote: > Thanks David for the example. I