https://github.com/kaidotdev/vegeta-controller
VegetaController is Kubernetes Custom Controller that allows distributed execution of tsenart/vegeta.
https://github.com/kaidotdev/vegeta-controller
kubernetes kubernetes-controller
Last synced: 5 months ago
JSON representation
VegetaController is Kubernetes Custom Controller that allows distributed execution of tsenart/vegeta.
- Host: GitHub
- URL: https://github.com/kaidotdev/vegeta-controller
- Owner: kaidotdev
- License: mit
- Created: 2019-10-21T23:57:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-06T23:15:36.000Z (about 3 years ago)
- Last Synced: 2024-11-23T13:08:43.278Z (over 1 year ago)
- Topics: kubernetes, kubernetes-controller
- Language: Go
- Homepage:
- Size: 146 KB
- Stars: 24
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VegetaController
VegetaController is Kubernetes Custom Controller that allows distributed execution of [tsenart/vegeta](https://github.com/tsenart/vegeta).
## Installation
```shell
$ kubectl apply -k manifests
```
## Usage
Applying the following manifest enables distributed execution of vegeta.
```shell
$ cat <