InterviewSolution
Saved Bookmarks
| 1. |
What is load balancing in Kubernetes? |
|
Answer» TECHNICALLY, Load BALANCING is the procedure for efficiently distributing any network's traffic among multiple backend SERVICES. It is a very critical strategy for maximizing scalability and availability THROUGHOUT the network. In Kubernetes, there are various choices for executing the load balancing of external traffic to PODS. |
|