Load Balancer

Load balancing (LB) is essential to ensure high availability, scalability, and reliability of applications running within the cluster. It involves distributing incoming network traffic across multiple pods or nodes to optimise resource utilisation and prevent any single point of failure. LB also isolates the internal network from the external world avoiding users directly accessing the nodes of the Kubernetes cluster. For on-prem installations, Nginx may be used.

Last updated

Logo

Copyright © 2024 OpenG2P. This work is licensed under Creative Commons Attribution International LicenseCC-BY-4.0 unless otherwise noted.