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 a sandbox, to conserve resources LB may be skipped. See figure below.

SetupLB type

Sandbox

LB not required. Direct connection to nodes and traffic distribution via Istio Ingress Gateway.

Pilot/Production

Last updated

Logo

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