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.
0
votes
Hi, I tried creating a single ingress to route traffic to other services in different namespaces on GKE, which didn’t work. However, I found some posts on Kubernetes github found here, which covers a few workarounds as well as some in-depth discussion on the topic.I think you will likely find much of the information there useful.
– hachemon