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
- Host: GitHub
- URL: https://github.com/bonsai-oss/traefik-weight-control
- Owner: bonsai-oss
- License: mit
- Archived: true
- Created: 2022-12-17T06:52:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-12T10:31:22.000Z (over 1 year ago)
- Last Synced: 2025-02-27T08:04:23.678Z (about 1 year ago)
- Topics: http, loadbalancing, traefik, weights
- Language: Go
- Homepage:
- Size: 156 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### traefik-weight-control


*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
```