Home / Platform management / Networking / Load balancers / Overview

Overview

Load Balancer is a service that distributes traffic to container instances. By using load balancing, traffic to workloads is automatically distributed and forwarded to container instances. Load balancing improves the fault tolerance of workloads, scales the external service capabilities of workloads, and enhances the availability of applications.

Host Network Mode

Allow the load balancer instance to directly reuse the network stack of the node, sharing the IP address and port with the node. In this mode, the load balancer instance directly binds to the node’s port, without the need for port mapping and encapsulation conversion similar to container networking, thus achieving optimal network performance.

Note: To avoid port conflicts, only one load balancer instance is allowed to be deployed on a single node.

Description

Container Network Mode

Container network type load balancer routes traffic from outside the cluster to load balancer instances through internal routing of LoadBalancer type, enabling business communication. Compared to host network mode, container network mode has slightly lower performance but supports deployment of more load balancer instances on nodes.

Ingress Sync Rule