Abhizer Saifee
Abhizer Saifee

Reputation: 333

Ingress resource having backend kubernetes services in multiple namespace

I have two applications deployed in different namespace in Google Kontainer engine(GKE). I want to use a single ingress resource (Google Load Balancer) to point to both the application using path based routing. Is it possible to have backend kubernetes services in multiple namespace behind a single ingress resource. If possible, how?

Upvotes: 2

Views: 1733

Answers (1)

vascop
vascop

Reputation: 5222

You'll have to setup an nginx ingress controller and deploy ingress resources per each namespace: https://github.com/kubernetes/kubernetes/issues/17088#issuecomment-221393102

Upvotes: 1

Related Questions