Hi, I've just configured Traefik in GKE Autopilot as an Ingress Controller. What I noticed is that everytime I create a new Ingress configuration, a new load balancer is created in GCP. is it a correct behaviour? I did an extensive research but couldn't find the answer. I thought that it should be only one load balancer in front of Traefik and the rest should be done through the configuration, no additional load balancers should be provisioned.
Thank you.