mirror of
https://github.com/lucky-sideburn/kubeinvaders.git
synced 2026-05-18 14:46:51 +00:00
added docker for usage methods
This commit is contained in:
14
README.md
14
README.md
@@ -25,6 +25,20 @@
|
||||
Through **k-inv** a.k.a. KubeInvaders you can stress a Kubernetes cluster in a fun way and check how it is resilient.
|
||||
|
||||
## Installation
|
||||
|
||||
### Try with Docker (only for development purpose)
|
||||
|
||||
```bash
|
||||
docker run -p 8080:8080 \
|
||||
--env K8S_TOKEN=<k8s_token> \
|
||||
--env ENDPOINT=localhost:8080 \
|
||||
--env INSECURE_ENDPOINT=true \
|
||||
--env KUBERNETES_SERVICE_HOST=<k8s_ip> \
|
||||
--env KUBERNETES_SERVICE_PORT_HTTPS=6443 \
|
||||
--env NAMESPACE=namespace1 \
|
||||
luckysideburn/kubeinvaders:develop
|
||||
```
|
||||
|
||||
### Install to Kubernetes with Helm (v3+)
|
||||
[](https://artifacthub.io/packages/search?repo=kubeinvaders)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user