Skip to content

ryneal/chaos-arcade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chaos-arcade

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)

Install

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