**What is Load balancing?**\
\
Load balancing is the process of distributing network traffic across multiple servers or resources to ensure no single server becomes overwhelmed, improving responsiveness and availability. In Kubernetes, it distributes requests across multiple pods to maintain efficient resource use and provide high availability.