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

2018-05-24 Thread Jonathan Mejias
Thanks Tim! On Thu, May 24, 2018, 11:55 'Tim Hockin' via Kubernetes user discussion and Q wrote: > Yes, but any given GCP project can have multiple clusters, but the LB > names are flat across them. We need to make sure LB names don't collide. > That's why we

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

2018-05-24 Thread 'Tim Hockin' via Kubernetes user discussion and Q
Yes, but any given GCP project can have multiple clusters, but the LB names are flat across them. We need to make sure LB names don't collide. That's why 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

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

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

2018-05-23 Thread 'Tim Hockin' via Kubernetes user discussion and Q
The problem is that we only get 63 characters to make a unique name, and both kubernetes namespace and service names can be that long themselves, and even then they are not unique across clusters. We could use the UUID and up to 27 characters of the combination of those names, but then we have a

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

2018-05-23 Thread Jonathan Mejías
Hi. By default kubernetes when expose the Google Load Balancer gives a name like "3efre2udfi9w2du9qwefds200992di" there is a way to change that name to one more human readble? Regards -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion