Netflix / chaosmonkey
Chaos Monkey is a resiliency tool that helps applications tolerate random instance failures.
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing Netflix/chaosmonkey in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Overview (README excerpt)
Crawler view[![Build Status][travis-badge]][travis] [![GoDoc][godoc-badge]][godoc] [![GoReportCard][report-badge]][report] [travis-badge]: https://travis-ci.com/Netflix/chaosmonkey.svg?branch=master [travis]: https://travis-ci.com/Netflix/chaosmonkey [godoc-badge]: https://godoc.org/github.com/Netflix/chaosmonkey?status.svg [godoc]: https://godoc.org/github.com/Netflix/chaosmonkey [report-badge]: https://goreportcard.com/badge/github.com/Netflix/chaosmonkey [report]: https://goreportcard.com/report/github.com/Netflix/chaosmonkey Chaos Monkey randomly terminates virtual machine instances and containers that run inside of your production environment. Exposing engineers to failures more frequently incentivizes them to build resilient services. See the [documentation][docs] for info on how to use Chaos Monkey. Chaos Monkey is an example of a tool that follows the [Principles of Chaos Engineering][PoC]. [PoC]: http://principlesofchaos.org/ Requirements This version of Chaos Monkey is fully integrated with [Spinnaker], the continuous delivery platform that we use at Netflix. You must be managing your apps with Spinnaker to use Chaos Monkey to terminate instances. Chaos Monkey should work with any backend that Spinnaker supports (AWS, Google Compute Engine, Azure, Kubernetes, Cloud Foundry). It has been tested with AWS, [GCE][gce-blogpost], and Kubernetes. Install locally To install the Chaos Monkey binary on your local machine: How to deploy See the [docs] for instructions on how to configure and deploy Chaos Monkey. Support Simian Army Google group. [Spinnaker]: http://www.spinnaker.io/ [docs]: https://netflix.github.io/chaosmonkey [gce-blogpost]: https://medium.com/continuous-delivery-scale/running-chaos-monkey-on-spinnaker-google-compute-engine-gce-155dc52f20ef