Nginx controller with many ingress files #5550
-
Hello, Thank you in advance for your help. Elia |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
@epi82 you have a couple options. You can have one NGINX Ingress controller serving 100s to 1000s of ingress resource files. We do have customers with 1000s of resources being used with NGINX Ingress controller. HTH |
Beta Was this translation helpful? Give feedback.
@epi82 you have a couple options. You can have one NGINX Ingress controller serving 100s to 1000s of ingress resource files.
You can even have multiple NGINX Ingress controller deployments to balance out the Ingress resources. (2 deployments hosting 500 ingress resources each). Gives you flexibility for maintenance/upgrades and reduces the blast radius if there is a problem (not all your eggs in one basket).
We do have customers with 1000s of resources being used with NGINX Ingress controller.
HTH