An open API service indexing awesome lists of open source software.

https://github.com/bonsai-oss/traefik-weight-control

cli tool adjusting the weight of weighted round robin Traefik http services
https://github.com/bonsai-oss/traefik-weight-control

http loadbalancing traefik weights

Last synced: 11 months ago
JSON representation

cli tool adjusting the weight of weighted round robin Traefik http services

Awesome Lists containing this project

README

          

### traefik-weight-control

![](https://gitlab.com/bonsai-oss/tools/traefik-weight-control/badges/main/pipeline.svg)
![](https://gitlab.com/bonsai-oss/tools/traefik-weight-control/badges/main/coverage.svg)

*A cli tool adjusting and listing the weight of weighted round robin Traefik services.*

#### Usage

```
usage: aectl --file=FILE [] [ ...]

Traefik Weight Control

Flags:
-h, --help Show context-sensitive help (also try --help-long and --help-man).
--version Show application version.
-v, --verbose Enable debug mode
-f, --file=FILE Path to the Traefik configuration file

Commands:
help [...]
Show help.

list []
List all services and servers

-o, --format=text Output format

set --server=SERVER --weight=WEIGHT []
Set the weight of a server

-d, --dry-run Dry run
-g, --global Set the weight for all services
-s, --service=SERVICE Service name
-n, --server=SERVER Server name
-w, --weight=WEIGHT Server weight
```