Thanks Tim!

On Thu, May 24, 2018, 11:55 'Tim Hockin' via Kubernetes user discussion and
Q&A <kubernetes-users@googlegroups.com> 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 exactly random - i is a UUID
> that maps back to the kubernetes Service.
>
> On Wed, May 23, 2018 at 5:38 PM Jonathan Mejias <drumber...@gmail.com>
> wrote:
>
>> 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 <kubernetes-users@googlegroups.com> wrote:
>>
>>> 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 back-compat problem.
>>>
>>> Maybe not impossible, but not simple.
>>>
>>> On Wed, May 23, 2018 at 1:13 PM Jonathan Mejías <drumber...@gmail.com>
>>> wrote:
>>>
>>>> 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 Q&A" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send
>>>> an email to kubernetes-users+unsubscr...@googlegroups.com.
>>>> To post to this group, send email to kubernetes-users@googlegroups.com.
>>>> Visit this group at https://groups.google.com/group/kubernetes-users.
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Kubernetes user discussion and Q&A" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to kubernetes-users+unsubscr...@googlegroups.com.
>>> To post to this group, send email to kubernetes-users@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/kubernetes-users.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Kubernetes user discussion and Q&A" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to kubernetes-users+unsubscr...@googlegroups.com.
>> To post to this group, send email to kubernetes-users@googlegroups.com.
>> Visit this group at https://groups.google.com/group/kubernetes-users.
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Kubernetes user discussion and Q&A" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to kubernetes-users+unsubscr...@googlegroups.com.
> To post to this group, send email to kubernetes-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/kubernetes-users.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Kubernetes user discussion and Q&A" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to