Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

stackit.alb

This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes.

For each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee.

This package is part of the STACKIT Python SDK. For additional information, please visit the GitHub repository of the SDK.

Installation & Usage

pip install

pip install stackit-alb

Then import the package:

import stackit.alb

Getting Started

Examples for the usage of the package can be found in the GitHub repository of the SDK.