Is it possible to have only one ingress routing traffic to different services on different namespaces on GKE?

11/5/2019

I would like to know if it's possible to create a single ingress and use it to route traffic to all the services I want, which are deployed on different namespaces on a GKE cluster.

-- Carlos Eduardo Souza de Paula
google-kubernetes-engine
nginx-ingress

1 Answer

11/6/2019

I use traefik to get this wrokflow, traefik is exposed to internet with a single public IP, then with rules I direct each domain to the correct service

-- JAlberto
Source: StackOverflow