2020-10-27 08:37:54 -04:00
2020-10-27 08:37:54 -04:00
2020-10-30 10:53:37 -04:00
2020-04-19 15:33:55 -04:00
2020-10-27 08:37:54 -04:00
2020-11-12 16:50:31 -05:00
2020-10-30 10:53:37 -04:00

Kraken

Chaos and resiliency testing tool for Kubernetes and OpenShift. Kraken injects deliberate failures into Kubernetes/OpenShift clusters to check if it is resilient to turbulent conditions.

Workflow

Kraken workflow

Installation and usage

Instructions on how to setup, configure and run Kraken can be found at Installation.

Config

Instructions on how to setup the config and the options supported can be found at Config.

Kubernetes/OpenShift chaos scenarios supported

Kraken supports pod, node and time/date based scenarios.

Kraken scenario pass/fail criteria and report

It's important to make sure to check if the targeted component recovered from the chaos injection and also if the Kubernetes/OpenShift cluster is healthy as failures in one component can have an adverse impact on other components. Kraken does this by:

  • Having built in checks for pod and node based scenarios to ensure the expected number of replicas and nodes are up. It also supports running custom scripts with the checks.
  • Leveraging Cerberus to monitor the cluster under test and consuming the aggregated go/no-go signal to determine pass/fail. It is highly recommended to turn on the Cerberus health check feature avaliable in Kraken. Instructions on installing and setting up Cerberus can be found here. Once Cerberus is up and running, set cerberus_enabled to True and cerberus_url to the url where Cerberus publishes go/no-go signal in the Kraken config file.

Blogs and other useful resources

Contributions

We are always looking for more enhancements, fixes to make it better, any contributions are most welcome. Feel free to report or work on the issues filed on github.

Community

Key Members(slack_usernames): paigerube14, rook, mffiedler, mohit, dry923, rsevilla, ravi

Description
Chaos and resiliency testing tool for Kubernetes with a focus on improving performance under failure conditions. A CNCF sandbox project.
Readme Apache-2.0 18 MiB
Languages
Python 96.5%
Shell 2.8%
Jinja 0.4%
Makefile 0.3%