Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://netflix.github.io/chaosmonkey/
Chaos Monkey is a resiliency tool that helps applications tolerate random instance failures.
https://netflix.github.io/chaosmonkey/
Last synced: 1 day ago
JSON representation
Chaos Monkey is a resiliency tool that helps applications tolerate random instance failures.
- Host: GitHub
- URL: https://netflix.github.io/chaosmonkey/
- Owner: Netflix
- License: apache-2.0
- Created: 2016-10-18T22:36:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-03T23:46:20.000Z (about 1 month ago)
- Last Synced: 2024-10-29T15:00:01.161Z (5 days ago)
- Language: Go
- Size: 1.93 MB
- Stars: 15,175
- Watchers: 668
- Forks: 1,152
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- DevSecOps - https://netflix.github.io/chaosmonkey/ - the-badge) | (Chaos engineering)
README
![logo](docs/logo.png "logo")
[![NetflixOSS Lifecycle](https://img.shields.io/osslifecycle/Netflix/chaosmonkey.svg)](OSSMETADATA) [![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/chaosmonkeyChaos 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:
```
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](http://groups.google.com/group/simianarmy-users).
[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