Internal Load Balancing:?
- Kubernetes uses the Kubernetes Service resource (e.g., ClusterIP,
NodePort, LoadBalancer) to manage internal and external traffic to services.
- Kube-proxy on each node handles load balancing of incoming requests to
service endpoints.