Open source platform for cloud-native chaos engineering
Top 10.6% on sourcepulse
LitmusChaos is an open-source platform designed for SREs and developers to practice chaos engineering in a cloud-native environment. It enables teams to proactively identify infrastructure weaknesses and potential outages by injecting controlled chaos tests, thereby enhancing system resilience.
How It Works
LitmusChaos adopts a microservices architecture running on Kubernetes, leveraging Custom Resources (CRs) for defining chaos experiments. Key CRs include ChaosExperiment
(templates for fault injection, supporting BYOC), ChaosEngine
(linking workloads to experiments and defining validation probes), and ChaosResult
(storing experiment outcomes and verdicts). Experiments are orchestrated via a Workflow
object, with execution managed by a Chaos Operator.
Quick Start & Requirements
Highlighted Details
ChaosExperiment
, ChaosEngine
, ChaosResult
) define and manage chaos workflows.Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
4 days ago
Inactive