Navigate a Spaceship through Kubernetes and shoot Pods 🚀
This project is meant to learn about chaos engineering 🙈, readinessProbe, livenessProbe and resilience in kubernetes in general.
The application consists of a nodejs backend and a frontend written in JavaScript. Try it out
frontent is an adapted version of spaceship-parallax by ScriptRaccoon ❤️
The backend has two entry points, one to display all pods in a namespace and one to delete pods via the the Kubernetes API.
When a lot of pods are fired, you can see it very well in the increasing error rate 💥.
🔧 In the next step, by increasing the replicas and modifying readiness and liveness probe, you can decrease the error rates 💯.
May the Force be with you. 👾