Managing load balancers in LS Cloud

LS Cloud offers load balancing as a service for the compute infrastructure. Load balancing ensures fault tolerance and improves performance of web applications by distributing incoming network traffic across virtual machines from a balancing pool. A load balancer receives and then routes incoming requests to a suitable VM based on a configured balancing algorithm and VM health.

Limitations

  • The forwarding rule and protocol cannot be changed after the load balancer is created.

Prerequisites

  • A network where a load balancer will operate has IP management enabled.
  • All VMs that will be added in balancing pools have fixed IP addresses.

To create a load balancer with balancing pools

  1. On the Load balancers screen, click Create load balancer.
  2. In the Create load balancer window, do the following:
    • Specify a name and optionally description.
    • Enable or disable high availability:
      • With high availability enabled, two load balancer instances will be created. They will work in the Active/Standby mode according to the Virtual Router Redundancy Protocol (VRRP).
      • With high availability disabled, a single load balancer instance will be created.
  3. In the Network settings section, select the network that the load balancer will operate in and, optionally, specify an IP address that will be allocated to the load balancer.
  4. If a chosen virtual network is connected to a physical network via a router, you can assign a floating IP address to the load balancer. To do it, select Use a floating IP address, and from the drop-down menu that appears, choose either to use an available floating IP address or to create a new one.
  5. In the Balancing pools section, create a balancing pool to forward traffic from the load balancer to virtual machines by clicking Add.
    In the Create balancing pool window that opens, do the following:
    • In the Forwarding rule section, select a forwarding rule from the load balancer to the backend protocol, and then specify the ports for incoming and destination connections.
      Note the following:
      • With the HTTPS -> HTTPS rule, all virtual machines need to have the same SSL certificate (or a certificate chain).
      • With the HTTPS -> HTTP rule, you need to upload an SSL certificate (or a certificate chain) in the PEM format and a private key in the PEM format.
    • In the Balancing settings section, select the balancing algorithm:
      • Least connections. Requests will be forwarded to the VM with the least number of active connections.
      • Round robin. All VMs will receive requests in the round-robin manner.
      • Source IP. Requests from a unique source IP address will be directed to the same VM.

        Enable/disable the Sticky session option to enable/disable session persistence. The load balancer will generate a cookie that will be inserted into each response. The cookie will be used to send future requests to the same VM.

        Note

        This option is not available in the SSL passthrough mode.

    • In the Members section, add members, that is, virtual machines, to the balancing pool by clicking Add. Each VM can be included to multiple balancing pools.
      In the Add members window that opens, select the desired VMs, and then click Add.
    • In the Health monitor section, select the protocol that will be used for monitoring members availability:
      • HTTP/HTTPS. The HTTP/HTTPS method GET will be used to check for the response status code 200. Additionally, specify the URL path to the health monitor.
      • TCP/UDP. The health monitor will check the TCP/UDP connection on the backend port.
      • PING. The health monitor will check members’ IP addresses.

        By default, the health monitor removes a member from a balancing pool if it fails three consecutive health checks of five-second intervals. When a member returns to operation and responds successfully to three consecutive health checks, it is added to the pool again. You can manually set the health monitor parameters, such as the interval after which VM health is checked, the time after which the monitor times out, healthy and unhealthy thresholds. To change the default parameters, click Edit parameters, enter the desired values, and then click Save.
    • Click Create.
  6. [Optional] Add more balancing pools, as described above.
  7. Click Create.

To monitor performance and health of a load balancer

Open the Overview tab on the load balancer right pane.

The following charts are available:
Members state
The total number of members in the balancing pools grouped by status: “Healthy,” “Unhealthy,” “Error,” and “Disabled”.
CPU/RAM
CPU and RAM usage by the load balancer.
Network
Incoming and outgoing network traffic.
Active connections
The number of active connections.
Error requests
The number of error requests.

To edit the name or description of a load balancer

Click the ellipsis icon next to the required load balancer, and then click Edit.

To disable/enable or remove a load balancer

Click the ellipsis icon next to the required load balancer, and then click the desired action. To remove multiple load balancers at once, select them, and then click Delete.

Share this:
FacebookTwitterWhatsAppViberCopy LinkTelegramLinkedIn
Updated on June 22, 2022

Was this article helpful?

Related Articles

Need Support?
Can't find the answer you're looking for?
Contact Support