[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 and

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

2018-05-16 Thread Jonathan Mejías
Hi How do i to create a HTTP load balancer with kubernetes ingress? Example: SVC-1 . -- 210.210.210.22:*80 (internet)* SVC-2 . -- 210.210.210.22:*81 (internet)* SVC-3 . -- 210.210.210.22:*82 (internet)* services created in type NodePort, but what are the definitios for ingres

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

2018-05-13 Thread Jonathan Mejías
Hello.. I got an angular deployment in a kubernetes cluster, and i want to define the app access with ingress paths. By example path: *foo.bar.com/appi1* >* goes to my angular app* if i goes to *foo.bar.com/app1/login*, this response with the default backend. Giving me an 404 error. *(fo