From aa8858dc0b79a2023828a0189fd5edfbad0b8955 Mon Sep 17 00:00:00 2001 From: Sander Obdeijn Date: Thu, 26 Oct 2023 16:14:52 +0200 Subject: [PATCH] Add Chaos Engineering & Azure Chaos Studio (#61) * Add chaos engineering --- items/Assess/Tools/Azure Chaos Studio.txt | 1 + items/Trial/Techniques/Chaos Engineering.txt | 1 + 2 files changed, 2 insertions(+) create mode 100644 items/Assess/Tools/Azure Chaos Studio.txt create mode 100644 items/Trial/Techniques/Chaos Engineering.txt diff --git a/items/Assess/Tools/Azure Chaos Studio.txt b/items/Assess/Tools/Azure Chaos Studio.txt new file mode 100644 index 0000000..2de7ce7 --- /dev/null +++ b/items/Assess/Tools/Azure Chaos Studio.txt @@ -0,0 +1 @@ +Azure Chaos Studio is a new Azure offering, it allow for the creation of Chaos Engineering experiments in Azure. For example a connection between 2 services can be broken or extra latency can be temporary introduced to see how the system responds. diff --git a/items/Trial/Techniques/Chaos Engineering.txt b/items/Trial/Techniques/Chaos Engineering.txt new file mode 100644 index 0000000..9fea7f6 --- /dev/null +++ b/items/Trial/Techniques/Chaos Engineering.txt @@ -0,0 +1 @@ +Chaos engineering is the discipline of experimenting on a system in order to build confidence in the system's capability to withstand turbulent conditions in production. A well known tool is Chaos Monkey by Netflix that randomly turns off servers in production to test if the system automatically restores itself.