Configure Load Balancing
Last updated
Last updated
Make sure before creating the load balancer in your cloud to add proper rules, ports, and network.
When setting up a load balancer, verify that the connected server is active and operational.
Navigate to the networking section and select the Load Balancer.
In the network section, select the public network.
Pool members are also known as backend servers or nodes. are the individual servers or resources that handle incoming traffic and requests behind a load balancer.
A listener in load balancing is a process that checks for incoming client connections on a specific port and protocol on the load balancer. It listens for requests and routes the traffic to the appropriate pool members (backend servers) based on predefined rules and algorithms. The listener plays a crucial role in managing and directing the flow of traffic, ensuring efficient distribution and optimal resource utilization.
Port: The port number on which the load balancer listens for incoming traffic.
Protocol: The protocol used for communication, such as HTTP, HTTPS, TCP, or UDP.
Algorithm-> Round Robin - Round Robin is a load-balancing technique that distributes incoming network traffic across a group of servers in a sequential manner. It is a simple and widely used algorithm that forwards client requests to each server in turn and then repeats the process from the beginning.
Least Connections - Least connections load balancing is a dynamic load balancing algorithm that distributes client requests to the server with the fewest active connections minimizing the chances of server overload.
Source IP: The source IP algorithm refers to the methods and processes used to determine the source IP address in network communications. This selection is crucial for ensuring that responses to packets reach the correct originating devices.
Select Algorithm:- Round Robin
Set the name of the load balancer and click on Create a load balancer
After creating the load balancer navigate to the load balancer and click on the overview