From 358c9da397c402b409cd9879f9b96a5282c97959 Mon Sep 17 00:00:00 2001 From: laullaurado <80075476+laullaurado@users.noreply.github.com> Date: Wed, 16 Oct 2024 16:05:44 +0200 Subject: [PATCH] Executable tutorial submission (#2660) * Create README.md * Update README.md * Update README.md --- contributions/executable-tutorial/lllr-shahoud/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/contributions/executable-tutorial/lllr-shahoud/README.md b/contributions/executable-tutorial/lllr-shahoud/README.md index 68a08b50b..15ed9e166 100644 --- a/contributions/executable-tutorial/lllr-shahoud/README.md +++ b/contributions/executable-tutorial/lllr-shahoud/README.md @@ -19,8 +19,12 @@ Simulating failures in applications using Chaos Mesh ## Description -Chaos Mesh is a tool that simulates faults in applications, mimicking real-world scenarios in development, testing and production environments. In this tutorial we're going to deploy a simple application and use Chaos Mesh to simulate network failures and stress scenarios. We will also guide the user through the inspection of the experiments' results using the Chaos Mesh dashboard and the command line. +Chaos Mesh is a tool that simulates faults in applications, mimicking real-world scenarios in development, testing and production environments. In this tutorial we're going to deploy a simple application and use Chaos Mesh to simulate network failures and fault scenarios. We will also guide the user through the inspection of the experiments' results using the command line. **Relevance** Chaos engineering is very important to identify potential failure points and correct them before they cause an actual outage or other disruption in our deployments. + +**Submission** +Killercoda: https://killercoda.com/laullaurado/scenario/chaos-mesh-tutorial +GitHub: https://github.com/laullaurado/chaos-mesh-tutorial