Thanks Tim!
On Thu, May 24, 2018, 11:55 'Tim Hockin' via Kubernetes user discussion and
Q&A 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 use the UUID - the name is not ex
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 Jonat
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
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 b
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 and