-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Chaos Engineering & Azure Chaos Studio (#61)
* Add chaos engineering
- Loading branch information
1 parent
a0ad453
commit aa8858d
Showing
2 changed files
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |