Skip to content

tinoschroeter/spacePods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Space Pods 🖖

Build Status last-commit

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.

im2

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. 👾