chaoskube

Periodically kills random pods in Kubernetes cluster for chaos testing

brewmacoslinux
Try with needOr install directly
Source

About

Periodically kills random pods in your Kubernetes cluster

Commands

chaoskube

Examples

Run chaoskube against default Kubernetes cluster with 8-hour interval$ chaoskube --interval=8h
Kill random pods only in specific namespace every 10 minutes$ chaoskube --interval=10m --namespaces=production
Exclude specific pods using label selector while running chaos tests$ chaoskube --interval=1h --exclude-label-key=protected