Skip to content

Randomly kills pods to help check your environment stability

Notifications You must be signed in to change notification settings

jasonyihk/chaos-monkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chaos Monkey

An implementation of Netflix's Chaos Monkey for Kubernetes clusters Randomly kills pods to help check your environment stability.

Prerequisite

Python 3.5

Pip3

curl https://bootstrap.pypa.io/get-pip.py | python3

Install python version management

brew install pyenv

pyenv install 3.5.0

pyenv local 3.5.0

Install chaos related related modules

pip3 install -r requirements.txt

Build container

docker build -t chaos-monkey:latest .

Deploy to kubernetes

kubectl -n testing apply -f kube/

About

Randomly kills pods to help check your environment stability

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages