You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-24
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,15 @@
2
2
3
3
**Gamified Chaos Engineering and Educational Tool for Kubernetes**
4
4
5
-
As recommended by the CNCF (https://github.com/cncf/sandbox/issues/124), this project has a strong following and significant educational value. Therefore, in addition to being a chaos engineering tool, it is recommended for studying Kubernetes and resilience topics.
5
+
This project, recommended by the CNCF (https://github.com/cncf/sandbox/issues/124), has a strong following and significant educational value. It's a chaos engineering tool, but it's also recommended for studying Kubernetes and resilience topics.
6
6
7
-
This project is part of landscape of [Cloud Native Computing Foudation](https://landscape.cncf.io/)in the Observability and Analysis - Chaos Engineering section.
7
+
It is part of the Cloud Native Computing Foundation's (CNCF) landscape in the Observability and Analysis - Chaos Engineering section (https://landscape.cncf.io/).
8
8
9
-
- Launch the demo at this link [https://kubeinvaders.platformengineering.it](https://kubeinvaders.platformengineering.it/)
10
-
- Monitor the pod status here [https://kubeopsview.platformengineering.it](https://kubeopsview.platformengineering.it)
9
+
Launch the demo at this link: https://kubeinvaders.platformengineering.it/
11
10
12
-
Backed by the teams at [platformengineering.it](https://platformengineering.it) and [devopstribe.it](https://devopstribe.it), which provides enterprise-grade features and certified resilience services for your Kubernetes infrastructure.
11
+
The teams at Platform Engineering (https://platformengineering.it/) and DevOps Tribe (https://devopstribe.it/) back this project. They provide enterprise-grade features and SRE experts to help customers verify the resilience of their Kubernetes infrastructure.
13
12
14
-
[Here are the slides](https://www.slideshare.net/EugenioMarzo/kubeinvaders-chaos-engineering-practices-for-kubernetes1pdf) from the Chaos Engineering speech I prepared for FOSDEM 2023. Unfortunately, I could not be present at my talk, but I would still like to share them with the community.
13
+
Here are the slides(https://www.slideshare.net/EugenioMarzo/kubeinvaders-chaos-engineering-practices-for-kubernetes1pdf) from the Chaos Engineering speech I prepared for FOSDEM 2023. Unfortunately, I couldn't be present at my talk, but I still wanted to share them with the community."
15
14
16
15
# Table of Contents
17
16
@@ -33,7 +32,7 @@ Backed by the teams at [platformengineering.it](https://platformengineering.it)
33
32
34
33
## Description
35
34
36
-
With **k-inv**, you can stress a K8s cluster in a fun way and check how resilient it is.
35
+
Inspired by the classic Space Invaders game, Kubeinvaders offers a playful and engaging way to learn about Kubernetes resilience by stressing a cluster and observing its behavior under pressure. This open-source project, built without relying on any external frameworks, provides a fun and educational experience for developers to explore the limits and strengths of their Kubernetes deployments
37
36
38
37
## Installation-default
39
38
@@ -162,6 +161,7 @@ spec:
162
161
- containerPort: 81
163
162
EOF
164
163
```
164
+
165
165
Apply Nginx Deployment in namespace1 and namespace2
0 commit comments