Add questions on SRE and Chaos Engineering (#325)

This commit is contained in:
Chimon Sultan
2022-12-12 15:01:55 +01:00
committed by GitHub
parent 407533d580
commit 9d0662d8cc
2 changed files with 44 additions and 2 deletions

View File

@@ -28,4 +28,18 @@ According to [Gremlin](gremlin.com) there are three steps:
The process then repeats itself either with same scenario or a new one.
</b></details>
<details>
<summary>Cite a few tools used to operate Chaos exercises</summary><br><b>
- AAWS Fault Injection Simulator: inject failures in AWS resources
- Azure Chaos Studio: inject failures in Azure resources
- Chaos Monkey: one of the most famous tools to orchestrate Chaos on diverse Cloud providers
- Litmus - A Framework for Kubernetes
- Chaos Mesh: for Cloud Kubernetes platforms
See an extensive list [here](https://github.com/dastergon/awesome-chaos-engineering)
</b></details>