ncsokas / github-actions-training

MIT License
0 stars 0 forks source link

Chaos Engineering / testing with Litmus #70

Open ncsokas opened 2 months ago

ncsokas commented 2 months ago

At kubecon they showed how they ran litmus chaos tests in pipelines to prove that a commit made the application more/less resilient.

Litmus allows for defining "chaos tests", that can be run while developing and in pipelines, to test the resiliency of an application.

https://litmuschaos.io/ https://www.youtube.com/watch?v=KSl-oKk6TPA

┆Card is synchronized with this Github issue by Unito

ncsokas commented 2 months ago

Jens Brejner commented in Trello:

Adding from card

LitmusChaos is an open source Chaos Engineering platform that enables teams to identify weaknesses & potential outages in infrastructures by inducing chaos tests in a controlled way. Developers & SREs can practice Chaos Engineering with LitmusChaos as it is easy to use, based on modern Chaos Engineering principles & community collaborated. It is 100% open source & a CNCF project.

LitmusChaos takes a cloud-native approach to create, manage and monitor chaos. The platform itself runs as a set of microservices and uses Kubernetes custom resources to define the chaos intent, as well as the steady state hypothesis.

https://github.com/litmuschaos/litmus