ncsokas / 100-days-of-code

Fork this template for the 100 days journal - to keep yourself accountable (multiple languages available)
http://www.100daysofcode.com
0 stars 0 forks source link

Chaos Engineering / testing with Litmus #75

Open sync-by-unito[bot] opened 2 months ago

sync-by-unito[bot] 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

┆Issue is synchronized with this Trello card by Unito ┆Attachments: https://trello.com/c/fV7u9Gi1/199-chaos-testing-with-litmus

sync-by-unito[bot] commented 2 months ago

➤ Jens Brejner commented:

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 ( https://github.com/litmuschaos/litmus )