Tools involved in chaos engineering
The following is a list of some popular tools used in chaos engineering practices:
- Chaos Monkey: Originally developed by Netflix, Chaos Monkey randomly terminates virtual machine instances and containers to ensure that engineers implement their services to be resilient to instance failures (https://github.com/Netflix/chaosmonkey).
- Chaos Toolkit: Chaos Toolkit is a simple and extensible toolkit for chaos engineering experiments. It has a clear focus on the user’s objectives and provides a way to define, execute, and analyze experiments (https://chaostoolkit.org).
- Gremlin: Gremlin provides a full suite of tools to perform chaos engineering experiments safely and securely across a variety of platforms, including Kubernetes, AWS, GCP, and Azure.
- Litmus: Litmus is a Kubernetes-native chaos engineering tool that helps teams identify weaknesses in their deployments. It offers a variety of chaos experiments for various infra components...