You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/assets/YAML/default/implementations.yaml
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,7 @@ implementations:
24
24
name: chaosmonkey
25
25
tags: [chaos, testing]
26
26
url: https://github.com/Netflix/chaosmonkey
27
-
description: |-
28
-
CI/CD tools such as jenkins, gitlab-ci or github-actions
27
+
description: Chaos Monkey is a resiliency tool that helps applications tolerate random instance failures. Chaos Monkey randomly terminates virtual machine instances and containers that run inside of your production environment. Exposing engineers to failures more frequently incentivizes them to build resilient services.
0 commit comments