Skip to content

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

License

Notifications You must be signed in to change notification settings

skvenkat/chaosmonkey

This branch is 6 commits behind Netflix/chaosmonkey:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4f4812e · Jan 20, 2023
Jan 20, 2023
Oct 18, 2016
Jan 20, 2023
Jan 20, 2023
Jan 20, 2023
Jan 20, 2023
Jan 20, 2023
Jan 20, 2023
Jan 20, 2023
Jan 13, 2023
Jan 20, 2023
Jan 20, 2023
Jan 20, 2023
Jan 20, 2023
Oct 14, 2017
Jan 20, 2023
Jan 20, 2023
Jan 20, 2023
Jan 20, 2023
Jan 20, 2023
Jan 20, 2023
Jan 20, 2023
Jan 20, 2023
Jan 20, 2023
Oct 29, 2020
Oct 18, 2016
Nov 9, 2017
Nov 2, 2016
Oct 19, 2016
Oct 29, 2020
Oct 18, 2016
Jan 20, 2023
Feb 14, 2017
Jan 20, 2023
Jan 20, 2023
Oct 18, 2016
Nov 20, 2017
Feb 14, 2017

Repository files navigation

logo

NetflixOSS Lifecycle Build Status GoDoc GoReportCard

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 for info on how to use Chaos Monkey.

Chaos Monkey is an example of a tool that follows the Principles of Chaos Engineering.

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, and Kubernetes.

Install locally

To install the Chaos Monkey binary on your local machine:

go get github.com/netflix/chaosmonkey/cmd/chaosmonkey

How to deploy

See the docs for instructions on how to configure and deploy Chaos Monkey.

Support

Simian Army Google group.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.5%
  • Other 0.5%