Skip to content

Adoption & Ecosystem

Who uses it

The project keeps a sourced ADOPTERS file that classifies users as end users, vendors, and solution providers. The named adopters below each carry a citation in that file or an external link.

OrganisationUse caseSource
IntuitArgo-based chaos workflowsADOPTERS.md, talk
OrangeCloud infrastructure resiliencyADOPTERS.md
Mercedes-BenzResilience testing (per-org story)ADOPTERS.md
AdidasResilience testing (per-org story)ADOPTERS.md
LenskartResilience testing (per-org story)ADOPTERS.md
iFoodResilience testing (per-org story)ADOPTERS.md
Red HatOpenShift Virtualization chaosADOPTERS.md
VMwareVendor / integrationADOPTERS.md

The ADOPTERS file lists more named end users, including FIS, Halodoc, Kitopi, AB-InBev, Flipkart, Talend, Delivery Hero, Emirates NBD, and Amadeus. When Litmus was promoted to CNCF Incubating in January 2022, the announcement noted 25+ organizations running it in production, naming Intuit, Lenskart, Orange, Red Hat, and VMware among them.

Adoption signals

Measured from the GitHub API on 2026-06-24 for litmuschaos/litmus:

  • Stars: 5,466
  • Forks: 880
  • Open issues: 438
  • Contributors: about 304 (including anonymous)
  • Latest release: 3.30.0 (2026-06-17)

The project carries an OpenSSF Best Practices badge (project 3202) and a FOSSA license scan.

Ecosystem

Litmus is split across several repositories in the LitmusChaos org (star counts as of 2026-06-24):

  • chaos-operator (156): the execution-plane reconciler for ChaosEngine.
  • chaos-charts (91): the ChaosHub bundle of experiment YAML.
  • litmus-go (83): the Go chaos faults themselves (the go-runner).
  • litmus-helm (59): the Helm charts.
  • chaos-exporter (36): Prometheus metrics.
  • litmusctl (32): the agent-plane management CLI.
  • chaos-runner (29), litmus-python, github-chaos-actions (CI integration), and litmus-mcp-server (18).

It integrates with Argo Workflows (experiments run as Argo Workflows), Prometheus and Grafana (metrics and dashboards, under chaoscenter/graphql/server/grafana/), Kubernetes RBAC, GitOps, and Spring Boot ALFI for application-level fault injection.

Alternatives

AlternativeDiffers by
Chaos MeshAlso K8s-native and CNCF Incubating; CRD-based with a broad set of fault types. Litmus differs by its ChaosHub sharing model and the ChaosCenter control plane with agent dial-back across clusters.
Chaos ToolkitLanguage-agnostic JSON/YAML experiment spec, not Kubernetes-specific. Litmus is K8s-native and CRD/operator-driven.
GremlinA commercial SaaS. Litmus is open source and self-hosted.
AWS FISManaged and limited to AWS resources. Litmus is cloud-agnostic and centered on Kubernetes workloads.