Configure Load Balancing

  • Make sure before creating the load balancer in your cloud to add proper rules, ports, and network.

  • Start the VMS for which you want to create a load balancer:-

  • Now follow the steps to create a load balancer:-

  • Go to Dashboard:-

  • Clicking Networking > Load Balancer > Create Load Balancer

  • Select the Network > Public :

  • Select Pool Members: -

  • Allow Listener Port and Protocol for Load Balancer and Add Members.

  • 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

  • Select Algorithm "Round Robin"

  • Name - Give load balancer name

  • Click - Create load balancer

After clicking "Create a Load Balancer," you will see the status is Pending. After some time, it will be created.

  • After creating the load balancing see these types of details below :->

Last updated