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.