Update README.md (#3081)
Co-authored-by: Ajesh Baby <ajesh@chaosnative.com>
This commit is contained in:
parent
cd5e5a7c56
commit
4f3f56e31b
11
README.md
11
README.md
|
@ -1,7 +1,7 @@
|
|||
<img alt="LitmusChaos" src="https://landscape.cncf.io/logos/litmus.svg" width="200" align="left">
|
||||
<img alt="LitmusChaos" src="https://avatars.githubusercontent.com/u/49853472?s=200&v=4" width="200" align="left">
|
||||
|
||||
# Litmus
|
||||
### Cloud-Native Chaos Engineering
|
||||
### Open Source Chaos Engineering Platform
|
||||
|
||||
[](https://slack.litmuschaos.io)
|
||||

|
||||
|
@ -22,7 +22,10 @@
|
|||
|
||||
## Overview
|
||||
|
||||
Litmus 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 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 simply execute Chaos Engineering with Litmus as it is easy to use, based on modern chaos engineering practices & community collaborated.
|
||||
Litmus is 100% open source & CNCF-hosted.
|
||||
|
||||
Litmus takes a cloud-native approach to create, manage and monitor chaos. Chaos is orchestrated using the following Kubernetes Custom Resource Definitions (**CRDs**):
|
||||
|
||||
|
@ -42,8 +45,6 @@ Chaos experiments are hosted on <a href="https://hub.litmuschaos.io" target="_bl
|
|||
|
||||
## Getting Started with Litmus
|
||||
|
||||
[](https://youtu.be/W5hmNbaYPfM)
|
||||
|
||||
Check out the <a href="https://docs.litmuschaos.io/docs/next/getstarted.html" target="_blank">Litmus Docs</a> to get started.
|
||||
|
||||
## Contributing to Chaos Hub
|
||||
|
|
Loading…
Reference in New Issue