Skip to content

Instantly share code, notes, and snippets.

View archmangler's full-sized avatar
🌴
On vacation

Traiano Welcome archmangler

🌴
On vacation
View GitHub Profile
@hossambarakat
hossambarakat / cross-namespace-ingress.md
Created January 25, 2019 12:25
Kubernestes Cross Namespace Ingress

Example

This is simple example showing:

  • Service service-alpha in service-alpha namespace
  • Service service-beta in service-beta namespace
  • Nginx Ingress controller in kube-ingress namespace
  • Ingress called ingress-demo inside service-alpha namespace
  • Ingress called ingress-demo inside service-beta namespace

Steps:

  • Install ingress on AKS. my demo cluster does not have rbac enabled that's why there is => --set rbac.create=false