In al the tutorials about Kubernetes cluster I have read I didn't see that they mention to 2 load balancers, but only one for the ingress pods.
However, in a proper production environment, should's we have 2 different load balancers?
- to balance between the master nodes for requests to the ApiServer.
- to balance between the Ingress podes to control the external traffic.