Re: [kubernetes-users] Change the default name of Load Balancer

2018-05-24 Thread Jonathan Mejias
we use the UUID - the name is not exactly random - i is a UUID > that maps back to the kubernetes Service. > > On Wed, May 23, 2018 at 5:38 PM Jonathan Mejias > wrote: > >> I dont know if i explain myself well.. I want to use >> "apliccation-loadbalancer" name, i

Re: [kubernetes-users] Change the default name of Load Balancer

2018-05-23 Thread Jonathan Mejias
I dont know if i explain myself well.. I want to use "apliccation-loadbalancer" name, instead "jsvaq1568njsuwha38." when expose a deployment.yaml like loadBalancer type. I miss something? Regards! On Wed, May 23, 2018, 20:33 'Tim Hockin' via Kubernetes user discussion and Q&A wrote: > The

Re: [kubernetes-users] Ingress paths not working with dynamic endpoint

2018-05-23 Thread Jonathan Mejias
uot; > 3. "path: /angular" will not work for "/angular/foo". As Tim said, use > "/angular/*". > > On Mon, May 21, 2018 at 4:43 PM 'Tim Hockin' via Kubernetes user > discussion and Q&A wrote: > >> Did you try /* ? >> >&g

Re: [kubernetes-users] Ingress paths not working with dynamic endpoint

2018-05-21 Thread Jonathan Mejias
The only way that i resolve the problem was changing to an nginx controller, instead a gke. Installing nginx-controller with kubernetes helm and using rewrite option. Gke is limited in configuration option i do not recommend. PD: Nginx-controller uses network load balancer (TCP) not HTTP. On Mo

Re: [kubernetes-users] Kubernetes Ingress HTTP Load Balancer with port range

2018-05-17 Thread Jonathan Mejias
' via Kubernetes user discussion and Q&A : > Kubernetes' Ingress abstraction does what you want. > > On Wed, May 16, 2018 at 6:38 PM Jonathan Mejias > wrote: > >> Im using kubernetes to deploy apps, how can i create that virtual host >> into a container c

Re: [kubernetes-users] Kubernetes Ingress HTTP Load Balancer with port range

2018-05-16 Thread Jonathan Mejias
Im using kubernetes to deploy apps, how can i create that virtual host into a container cluster? On Wed, May 16, 2018, 19:36 'Tim Hockin' via Kubernetes user discussion and Q&A wrote: > HTTP gives you a much better solution - virtual hosts. > > The 'host' header tells your HTTP ingress which log