Chaos arcade is a sample service which is designed to demonstrate concepts of chaos engineering.
This project is hugely influenced by KubeInvaders
Arcade games included so far:
- Space invaders
- Snake
Specifications:
- Arcade games
- Kill random pod API
- Health checks (readiness and liveness)
Helm:
helm repo add chaos-arcade https://ryneal.github.io/chaos-arcade
helm upgrade --install \
--namespace chaos \
--set replicaCount=2 \
--set "allowedNamespaces={test,default}" \
chaos-arcade/chaos-arcade