I was wondering how does the ingress controller make sure that the incoming requests for the K8S cluster is load-balanced between all the K8S nodes. I know that with some other ingress controllers there is an external load balancer in front of the cluster that the ingress controller configures automatically. In some other cases the ingress controller achieves this by interacting with the router or with some other front-end that's in front of the K8S cluster.
I was wondering how does the NGINX Ingress-Controller (that, correct me if I'm wrong, works with a LoadBalancer service that includes a VIP) make sure the inbound traffic is load balanced between K8S nodes.
In my case, K8S cluster and thus NGINX ingress controller are deployed on-prem.