Creating an ingress resource with traefik. Do we create an ingress for each service or only create just 1 ingress and add rules to it ?
c
creamy-pencil-82913
04/19/2023, 10:38 PM
generally you create an ingress for each thing that you want to expose to to clients
1 LoadBalancer service for the ingress, and then an Ingress for each thing, pointing at a ClusterIP service, using ingress matching on request hostname or path or whatever