Skip to content

zeroc0d3/chaos-monkey-engine

 
 

Repository files navigation

Chaos Monkey Engine

Coverage

Documentation Status

Build Status

PyPI package

Dockerhub Build

The Chaos Monkey Engine (CME) is a tool to orchestrate attacks to your cloud infrastructure in order to implement the principles of Chaos Engineering). It is inspired in the Netflix's SimianArmy but built with these principles in mind:

  • Multi-cloud (not only AWS) support through standards as Apache Libcloud and SSH
  • Ease of extensibility to add your new attacks and planners
  • HAL API interface

The CME is completely API-driven, so that it can be easily integrated with external and third-party systems.

To try a quickstart or read more, please refer to the documentation.

You can also find the last docker image build in the dockerhub.

TODO:

  • Improve testing quality & coverage
  • Executors and Plans tracking Right now we are only tracking if the plan or executor has been executed or not. We need to track the state (executed, failed, pending...), possible logs and results.
  • Load planners & attacks dynamically from API Planners and Attacks are dynamically loaded from the modules directories. We need endpoints to upload attacks and planners modules to the modules directories.
  • Historic of executions Keep and historic and provide a way to query it.

Contributing to Chaos Monkey Engine

You can contribute to Chaos Monkey Engine in a few different ways:

  • Submit issues through issue tracker on GitHub.
  • If you wish to make code changes, or contribute something new, please follow the GitHub Forks / Pull requests model: fork the chaos-monkey-engine repo, make the change and propose it back by submitting a pull request.

About

A Chaos Engineering swiss army knife

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.8%
  • Gherkin 4.7%
  • Shell 1.2%
  • Dockerfile 0.3%