-
Updated
Jun 2, 2021 - Go
chaos-engineering
Here are 222 public repositories matching this topic...
-
Updated
Jul 16, 2021 - JavaScript
-
Updated
Jul 9, 2021
Question
As we updated the spec of CRD, the script test always fail, because it use the updated CRD in the PR and outdated image on the dog docker hub.
We need rebuild these images each time.
-
Updated
Jul 6, 2021 - Go
Currently, we have a lot of env vars in the litmusportal, so we need to use envconfig
pkg to validate and process the env vars.
PKG- https://github.com/kelseyhightower/envconfig
Need to add in:
- graphql-server
- event-tracker
- subscriber
- authentication-server
Running 2.9.1 (yes, I know, it's old). We have several different clusters, but don't have the same k8s deployments in each cluster. Tried to use a generic policy definition. When it is applied in a cluster which doesn't have one of the deployments, seal doesn't handle the 404 from k8s and dies. Yes, we can change the policies, but also seal shouldn't die in this scenario.
While this was wit
-
Updated
Jul 19, 2021 - Go
Currently this will work:
"method": [
{
"name": "send-invalid-request",
"type": "action",
"provider": {
"type": "process",
"path": "echo",
"arguments": "${request_file}"
}
}
]
But this won't:
"method": [
{
"name": "send-invalid-
-
Updated
Jan 13, 2021 - Go
-
Updated
Jul 9, 2021 - JavaScript
When doing gamedays we usually write down the exact moment we started the experiment.
Usually we enable/disable chaos monkey with the endpoints /chaosmonkey/enable
and /chaosmonkey/disable
. The response could extended with a human readable timestamp.
So the response has a small benefit.
-
Updated
May 25, 2021 - TypeScript
-
Updated
Jan 14, 2020 - C#
-
Updated
Feb 21, 2021 - Shell
-
Updated
Jul 6, 2020 - Go
-
Updated
Apr 27, 2021 - Python
-
Updated
Nov 27, 2020 - Kotlin
-
Updated
Oct 13, 2020 - Java
-
Updated
May 9, 2021 - Python
-
Updated
Jan 24, 2021 - Python
-
Updated
Jul 20, 2021 - Java
-
Updated
Jun 5, 2021 - Java
-
Updated
Jul 12, 2021 - HTML
-
Updated
Jul 18, 2021 - C
-
Updated
Jul 23, 2021 - Python
-
Updated
Jul 9, 2021 - Python
Improve this page
Add a description, image, and links to the chaos-engineering topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the chaos-engineering topic, visit your repo's landing page and select "manage topics."
Issue Description
Question
Describe what happened (or what feature you want)
Trying to evaluate ChaosBlade as an option for resiliency testing. But I'm not sure if this is a feature request or a question. Actually, two questions: