https://github.com/goern/chaosseeker
This will randomly kill Kubernetes pods
https://github.com/goern/chaosseeker
Last synced: over 1 year ago
JSON representation
This will randomly kill Kubernetes pods
- Host: GitHub
- URL: https://github.com/goern/chaosseeker
- Owner: goern
- License: gpl-3.0
- Created: 2016-10-08T20:38:02.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-08T23:09:38.000Z (almost 10 years ago)
- Last Synced: 2025-02-02T08:44:31.905Z (over 1 year ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chaosseeker
This will randomly kill Kubernetes pods
## Configuration
A few environment variables are available for configuration:
* `DELAY`: seconds between selecting and deleting a pod. Defaults to `30`.
* `NAMESPACE`: the namespace to select a pod from. Defaults to `default`.
* `SERVER`: the kubernetes API server, incl protocol and port. *required*
* `TOKEN`: the bearer token. *required*
## Usage
Run this with something like `docker run -ti -e TOKEN=somesting -e SERVER=https://192.168.99.100:8443 -e NAMESPACE=uptimeidontcare-dev goern/chaosseeker`