Deploying Load Balancers
Load balancers serve as a proxy between virtualized infrastructure and clients in the outside network. This is essential in OpenStack since it can be used in a scenario where the infrastructure dynamically starts new VMs and adds them into the load balancing pool in order to mitigate inaccessibility of services.
Create Load Balancers
To create a load balancer, first prepare a pool of VMs with operational service you wish to balance to. Next create the load balancer in the same network and assign the pool as well as listeners on specific ports.
1. Create the load balancer
2. Create listeners (eg. ports 80)
3. Create LB pools
4. Create Health Monitors
5. Assign endpoint VMs
Delete Load Balancers
When deleting a load balancer, first unassign the floating IP address used by the load balancer.
To delete the load balancer and all resources, run:
Last updated on