back to home

Netflix / chaosmonkey

Chaos Monkey is a resiliency tool that helps applications tolerate random instance failures.

16,689 stars
1,279 forks
33 issues
GoMakefileShell

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.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/Netflix/chaosmonkey)
Preview:Analyzed by RepoMind

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