Hi, I'm setting up a kubernetes cluster that will be eventually used for web hosting and I have different sites deployed independently in their own namespaces and pods. I want to use Traefik to handle the DNS/Ingress side of things, but I'm a little conflicted on how to do that. Hopefully, you all can help me solve this...
Questions:
- For this situation should I be deploying multiple ingresses inside of each namespace that references the services within them or should I be deploying a cluster of Ingresses that are outside of the namespaces and point them to the designated namespaces based on request?