Skip to content
KitploitKITPLOIT
ToolsExploitsBlog
Submit
ToolsExploitsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
kube-monkey — An implementation of Netflix's Chaos Monkey for Kubernetes clusters | Kitploit
Tools/GitHubGitHub/asobti/kube-monkey
Chaos EngineeringTop in Chaos Engineering #15
GitHubasobti/kube-monkey

kube-monkey

An implementation of Netflix's Chaos Monkey for Kubernetes clusters

View Repository
3.1k257263 days agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Documentation Build License Docker Pulls Artifact Hub

kube-monkey

kube-monkey is an implementation of Netflix's Chaos Monkey for Kubernetes clusters. It randomly deletes pods in the cluster, encouraging and validating the development of failure-resilient services.

Apps opt in with a label, terminations happen during the hours and days you pick, and dry run is the default, so nothing dies until you say so.

📖 Documentation

Quick start

root@kitploit:~
helm repo add kubemonkey https://asobti.github.io/kube-monkey/charts/repo
helm repo update
helm install kube-monkey kubemonkey/kube-monkey --namespace kube-system

Opt an app in by labelling it:

root@kitploit:~
metadata:
  labels:
    kube-monkey/enabled: enabled
    kube-monkey/identifier: monkey-victim
    kube-monkey/mtbf: "2"

That is a kube-monkey in dry run mode and an app that expects to lose a pod on about one run day in two. See Getting started for the walk through, including how to watch a real termination before you trust it with a live namespace.

Documentation

Contributing

See How to contribute. Join us at #kube-monkey on Kubernetes Slack.

License

Apache License v2.0 - see LICENSE for details.

Download Tool
Getting startedFrom install to your first termination
How it worksScheduling time and termination time
Opting in to chaosThe labels, and the kill modes
ConfigurationEvery setting and its default
Helm chartValues and common installs
MetricsPrometheus endpoint
NotificationsPost attacks to Slack or your own API