https://github.com/camunda/zeebe-chaos
Contains everything related to chaos engineering in Zeebe, which means chaos experiments, hypothesis backlog etc.
https://github.com/camunda/zeebe-chaos
bpmn chaos chaos-engineering chaostoolkit zeebe
Last synced: 21 days ago
JSON representation
Contains everything related to chaos engineering in Zeebe, which means chaos experiments, hypothesis backlog etc.
- Host: GitHub
- URL: https://github.com/camunda/zeebe-chaos
- Owner: camunda
- License: apache-2.0
- Created: 2020-02-21T14:00:06.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-09-09T14:45:58.000Z (about 1 month ago)
- Last Synced: 2025-09-09T17:30:47.046Z (about 1 month ago)
- Topics: bpmn, chaos, chaos-engineering, chaostoolkit, zeebe
- Language: Go
- Homepage: https://camunda.github.io/zeebe-chaos/
- Size: 147 MB
- Stars: 23
- Watchers: 8
- Forks: 4
- Open Issues: 63
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-camunda-platform-8 - Zeebe Chaos - contains everything related to chaos engineering and Zeebe, like chaos experiments, an hypotheses backlog etc. (Testing)
README
# Zeebe Chaos
In order to build confidence in our system (Zeebe) and to find issues/problems/bugs before our users do,
we started to invest in a discipline so called `Chaos Engineering`. This repository contains everything
related to that, like chaos experiments, an hypotheses backlog etc.We encourage our users to contribute to this project as much as possible,
under consideration our [contribution](CONTRIBUTING.md) guide and [code of conduct](CODE_OF_CONDUCT.md).## Chaos Engineering
**Definition of Chaos Engineering:**
> Chaos Engineering is the discipline of experimenting on a system
> in order to build confidence in the system’s capability
> to withstand turbulent conditions in production.This definition and everything related to that can be found under [principlesofchaos](https://principlesofchaos.org/?lang=ENcontent).
### Resources
Resources which you might find interesting regarding that topic.
* https://principlesofchaos.org/?lang=ENcontent
* https://www.oreilly.com/library/view/chaos-engineering/9781491988459/
* https://docs.chaostoolkit.org/reference/concepts/
* https://www.oreilly.com/library/view/learning-chaos-engineering/9781492050995/## Chaos Experiments
In order to test or execute chaos experiments we use an tool called [chaos-toolkit](https://chaostoolkit.org/), which
makes it easy to create chaos experiments and also automate them later on.All our current experiments are located under `chaos-days/blog/`, for more
details please have a look at the [README](chaos-days/blog/README.md).Alternatively all our chaos-days experiments can be found [here](https://camunda.github.io/zeebe-chaos/) in blog
format.