-
Updated
Jun 2, 2021 - Go
chaos-engineering
Here are 221 public repositories matching this topic...
-
Updated
Apr 29, 2021 - JavaScript
-
Updated
Jun 22, 2021
refs to https://pkg.go.dev/sigs.k8s.io/controller-runtime/pkg/envtest#pkg-constants, the actual usful env is USE_EXISTING_CLUSTER not TEST_USE_EXISTING_CLUSTER, and we have used the former for a while.
-
Updated
Apr 7, 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
Jun 21, 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
May 15, 2021 - JavaScript
Currently the docs dont tell you how to execute runtimeassaults. Theyre only get executed either by a scheduled cron expression or by executing a POST REST call to /actuator/chaosmonkey/assaults/runtime/attack
-
Updated
May 25, 2021 - TypeScript
-
Updated
Feb 21, 2021 - Shell
-
Updated
Jan 14, 2020 - C#
-
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
Jun 18, 2021 - Java
-
Updated
Jun 5, 2021 - Java
-
Updated
May 24, 2021 - HTML
-
Updated
May 9, 2021 - Python
-
Updated
Jun 21, 2021 - Python
-
Updated
Mar 8, 2021 - PHP
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: