From 94bcf753c7db1cb152d6af503c22cd13fca65f45 Mon Sep 17 00:00:00 2001 From: Eugenio Marzo Date: Fri, 9 Jul 2021 06:18:05 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a19ae9d..a55fbc7 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ helm repo add kubeinvaders https://lucky-sideburn.github.io/helm-charts/ kubectl create namespace kubeinvaders helm install kubeinvaders --set-string target_namespace="namespace1\,namespace2" \ --n kubeinvaders kubeinvaders/kubeinvaders --set ingress.hostName=kubeinvaders.io --set image.tag=v1.4 +-n kubeinvaders kubeinvaders/kubeinvaders --set ingress.hostName=kubeinvaders.io --set image.tag=v1.7 ``` ### Install legacy version From bfd4dd3813b260efd4c3376361d98b2fc4f1d822 Mon Sep 17 00:00:00 2001 From: Eugenio Marzo Date: Fri, 9 Jul 2021 11:47:27 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index a55fbc7..6ff8bb9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ *Gamified chaos engineering tool for Kubernetes. It is like Space Invaders but the aliens are pods or worker nodes.* -![Alt Text](https://github.com/lucky-sideburn/KubeInvaders/blob/master/images/new_gui.png) +![Alt Text](https://github.com/lucky-sideburn/KubeInvaders/blob/master/images/metrics.png) # Table of Contents @@ -19,8 +19,6 @@ Through KubeInvaders you can stress a Kubernetes cluster in a fun way and check Just released the version v1.7. How is "Replicas State Delay" of your cluster? Just play and watch metrics. -![Alt Text](https://github.com/lucky-sideburn/KubeInvaders/blob/master/images/metrics.png) - ## New Version KubeInvaders is now fully open-source. However, it is still possibile to use the legacy version made with Defold. From 9c48d4a517a84ac5eb0e8a7e20d0548437080be5 Mon Sep 17 00:00:00 2001 From: Eugenio Marzo Date: Fri, 9 Jul 2021 11:51:33 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 24 +++++------------------- 1 file changed, 5 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 6ff8bb9..a6fd6fd 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,10 @@ # Table of Contents 1. [Description](#Description) -2. [New Version](#new-version) -3. [Special Input Keys and features](#Special-Input-Keys-and-features) -4. [Prometheus metrics and Grafana](#Metrics) -5. [Installation](#Installation) -6. [Notes for large clusters](#Notes-for-large-clusters) -7. [Configuration](#Configuration) - +2. [Installation](#Installation) +3. [Known Problems](#Known-problems) +4. [Metrics](#Metrics) +6. [Security](#Security) ## Description @@ -19,10 +16,6 @@ Through KubeInvaders you can stress a Kubernetes cluster in a fun way and check Just released the version v1.7. How is "Replicas State Delay" of your cluster? Just play and watch metrics. -## New Version - -KubeInvaders is now fully open-source. However, it is still possibile to use the legacy version made with Defold. - ## Installation ### Install to Kubernetes with Helm (v3+) @@ -37,13 +30,6 @@ helm install kubeinvaders --set-string target_namespace="namespace1\,namespace2" -n kubeinvaders kubeinvaders/kubeinvaders --set ingress.hostName=kubeinvaders.io --set image.tag=v1.7 ``` -### Install legacy version - -```bash -helm install kubeinvaders --set-string target_namespace="namespace1\,namespace2" \ --n kubeinvaders kubeinvaders/kubeinvaders --set ingress.hostName=kubeinvaders.io --set image.tag=legacy -``` - ## Known problems * It seems that KubeInvaders does not work with EKS because of problems with ServiceAccount. Work in progress! @@ -83,7 +69,7 @@ Example of metrics ![Alt Text](https://github.com/lucky-sideburn/KubeInvaders/blob/master/images/grafana2.png) -### Security Notes +## Security In order to restrict the access to the Kubeinvaders endpoint add this annotation into the ingress.