May 9, 2022
Each service that you need to expose externally via a DNS name needs its own Ingress resource. The Ingress Controller itself is installed just once at the level of the Kubernetes cluster, but an Ingress resource is usually tied to a service and is created in the same namespace as the service it exposes. Hope this helps.