Skip to content

Commit 882d1dc

Browse files
Generate loadbalancer
1 parent f00ad2d commit 882d1dc

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

services/loadbalancer/README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# stackit.loadbalancer
2+
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.
3+
4+
For each load balancer provided, two VMs are deployed in your OpenStack project subject to a fee.
5+
6+
7+
This package is part of the STACKIT Python SDK. For additional information, please visit the [GitHub repository](https://github.com/stackitcloud/stackit-sdk-python) of the SDK.
8+
9+
10+
## Installation & Usage
11+
### pip install
12+
13+
```sh
14+
pip install stackit-loadbalancer
15+
```
16+
17+
Then import the package:
18+
```python
19+
import stackit.loadbalancer
20+
```
21+
22+
## Getting Started
23+
24+
[Examples](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples) for the usage of the package can be found in the [GitHub repository](https://github.com/stackitcloud/stackit-sdk-python) of the SDK.

0 commit comments

Comments
 (0)