Answer
Load balancing distributes traffic across service instances.
Prevents bottlenecks, improves availability and resilience.
Algorithms: Round-robin, least connections, IP hash.
Tools: NGINX, HAProxy, Kubernetes Ingress.
Prevents bottlenecks, improves availability and resilience.
Algorithms: Round-robin, least connections, IP hash.
Tools: NGINX, HAProxy, Kubernetes Ingress.