Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Due to a current malfunctioning of OpenStack Horizon, it is not possible to create load balancers  balancers through the ADA Cloud Dashboard.

We provide users with an alternative procedure based on the Openstack OpenStack CLI and OpenStack Octavia plugin. We refer to Octavia documentation:  Basic Load Balancing Cookbook

Environment requirements

...

Code Block
pip install python-octaviaclient

How to deploy a basic HTTP load balancer with an associated

...

Floating-IP

We will walk you through the steps to create a setup where two instances running nginx servers are connected to an HTTP load balancer. The load balancer will use the round-robin algorithm to evenly distribute incoming HTTP traffic across the two servers. This configuration will help distribute incoming traffic across the two servers. 

...