An implementation of Netflix's Chaos Monkey for Kubernetes clusters Randomly kills pods to help check your environment stability.
Python 3.5
Pip3
curl https://bootstrap.pypa.io/get-pip.py | python3
brew install pyenv
pyenv install 3.5.0
pyenv local 3.5.0
pip3 install -r requirements.txt
docker build -t chaos-monkey:latest .
kubectl -n testing apply -f kube/