https://github.com/liteobject/demo.chaosengineering
https://github.com/liteobject/demo.chaosengineering
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/liteobject/demo.chaosengineering
- Owner: LiteObject
- Created: 2022-09-02T21:46:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-02T21:47:02.000Z (over 3 years ago)
- Last Synced: 2024-12-29T18:23:50.417Z (over 1 year ago)
- Language: C#
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Chaos Monkey
>Chaos Monkey is responsible for randomly terminating instances in production to ensure that engineers implement their services to be resilient to instance failures.

## What Is Simmy?
>Simmy is a chaos-engineering and fault-injection tool based on the idea of the Netflix Simian Army,
integrating with the Polly resilience project for .NET.
---
## Links:
- [Chaos Monkey](https://netflix.github.io/chaosmonkey/)
- [GitHub/Polly-Contrib/Simmy](https://github.com/Polly-Contrib/Simmy)