-
Notifications
You must be signed in to change notification settings - Fork 425
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 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,25 @@ | ||
# Assignment Proposal | ||
|
||
## Title | ||
Chaos Engineering with Chaos Monkey | ||
|
||
## Names and KTH ID | ||
|
||
- Student Tomi Toma ([email protected]) | ||
- Student Emil Sjölander ([email protected]) | ||
|
||
## Deadline | ||
|
||
Week 7 | ||
|
||
## Category | ||
|
||
Presentation | ||
|
||
## Description | ||
|
||
In this presentation we will talk about Chaos Monkey which is a tool created by Netflix that intentionally disrupts system to test the systems overall resilience. We will talk about how Chaos Monkey fits in with Chaos Engineering and DevOps and its practical application to ensure system reliability. | ||
|
||
**Relevance** | ||
|
||
This is relevant to DevOps because it helps developers to identify weakness in production systems early and patch them and reaching the goals of continuous delivery, resilience and high up time for the users. By continously tsting failiures devops teams can confidently realse robust and fault tolerant systems. |