š§ This platform open-source and is in early development. We welcome feature requests and pull requests! š
Introduction to Litmus Chaos
In this episode, we'll be guided through everything we need to know to get started with Litmus Chaos.šæ Rawkode LiveHosted by David McKay / š¦ https://twitter.com/rawkodeWebsite: https://rawkode.liveDiscord Chat: https://rawkode.live/chat#RawkodeLiveš° Timeline00:00 - Holding Screen00:30 - Introductions04:30 - What is Chaos Engineering & Litmus?19:00 - Questions28:45 - Demo Overview30:00 - Installing Litmus35:25 - Litmus Dashboard / UI / Hubs38:30 - Deploying our First Experiment54:35 - Kafka Chaos Experiment1:16:00 - Questions1:23:20 - Failing Chaos Demoš„ About the GuestsUmasankar MukkaraUma is passionate about promoting and innovating Chaos Engineering. He is a maintainer on LitmusChaos CNCF project and leads Chaos Native as its CEO.š¦ https://twitter.com/uma_mukkaraš§© https://github.com/umamukkaraKarthik SatchitanandKarthik has been into Design and Development of tools for infrastructure as code, software testing performance & benchmarking & chaos engineering. Currently, he is one of the maintainers of the OpenEBS & Litmus opensource projects. In his free time, he learns about Indian classical music, philosophy & literature. š¦ https://twitter.com/ksatchitš§© https://github.com/ksatchitšØ About the TechnologiesLitmusLitmus is a toolset to do cloud-native chaos engineering. Litmus provides tools to orchestrate chaos on Kubernetes to help SREs find weaknesses in their deployments. SREs use Litmus to run chaos experiments initially in the staging environment and eventually in production to find bugs, vulnerabilities. Fixing the weaknesses leads to increased resilience of the system.Litmus takes a cloud-native approach to create, manage and monitor chaos. Chaos is orchestrated using the following Kubernetes Custom Resource Definitions (CRDs):- ChaosEngine: A resource to link a Kubernetes application or Kubernetes node to a - ChaosExperiment. ChaosEngine is watched by Litmus' Chaos-Operator which then invokes Chaos-Experiments- ChaosExperiment: A resource to group the configuration parameters of a chaos experiment. ChaosExperiment CRs are created by the operator when experiments are invoked by ChaosEngine.- ChaosResult: A resource to hold the results of a chaos-experiment. The Chaos-exporter reads the results and exports the metrics into a configured Prometheus server.š https://litmuschaos.io/š¦ https://twitter.com/LitmusChaosš§© https://github.com/litmuschaos/litmus