octavia-housekeeping
OpenStack Load Balancer as a Service - Python libraries
Install
- All systems
-
curl cmd.cat/octavia-housekeeping.sh
- Debian
-
apt-get install python3-octavia
- Ubuntu
-
apt-get install python3-octavia
- Kali Linux
-
apt-get install python3-octavia
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-octavia
- Dockerfile
- dockerfile.run/octavia-housekeeping
python3-octavia
OpenStack Load Balancer as a Service - Python libraries
Openstack Load Balancer as a Service, codenamed Octavia was borne out of the Neutron LBaaS project. Its conception influenced the transformation of the Neutron LBaaS project, as Neutron LBaaS moved from version 1 to version 2. Starting with the Liberty release of OpenStack, Octavia has become the reference implementation for Neutron LBaaS version 2. Octavia accomplishes its delivery of load balancing services by managing a fleet of virtual machines, containers, or bare metal servers—collectively known as amphorae— which it spins up on demand. This on-demand, horizontal scaling feature differentiates Octavia from other load balancing solutions, thereby making Octavia truly suited “for the cloud.”. This package contains the Python files and libraries.