Unleash Chaos Monkey into your Openshift cluster

Jose Pacheco
1 min readFeb 21, 2020

--

Practice Chaos Engineering by launching Chaos Monkey into your Openshift cluster using kube-monkey. My fork of kube-monkey includes setup steps for Openshift 4.

Currently, only Deployments are supported, not Openshift’s DeploymentConfig. Once you have kube-monkey running, simply add some kube-monkey labels to configure your service:

Tell kube-monkey how to behave

If you add the [debug] config block, it will schedule and run the terminations immediately. Make sure you whitelist your namespaces as well.

configmap.yaml

See it in action:

--

--