chaos-runner

Solid

Run chaos engineering experiments using Chaos Monkey, Litmus, or Gremlin

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Chaos Engineering Runner Skill ## Overview Runs chaos engineering experiments using Chaos Monkey, Litmus, or Gremlin including failure injection scenarios, blast radius control, and experiment analysis. ## Capabilities - Run Chaos Monkey experiments - Litmus chaos execution - Gremlin integration - Failure injection scenarios - Blast radius control - Steady state validation - Experiment rollback - Results analysis ## Target Processes - resilience-patterns ## Input Schema ```json { "type": "object", "required": ["experiment"], "properties": { "experiment": { "type": "object", "properties": { "name": { "type": "string" }, "type": { "type": "string", "enum": ["pod-kill", "network-latency", "cpu-stress", "memory-stress", "disk-fill", "node-drain"] }, "target": { "type": "object", "properties": { "namespace": { "type": "string" }, "labelSelector": { "type": "object" }, "percentage": { "type": "number" } } }, "duration": { "type": "string" } } }, "framework": { "type": "string", "enum": ["litmus", "gremlin", "chaos-monkey", "toxiproxy"], "default": "litmus" }, "steadyState": { "type": "object", "properties": { "probes": { "type": "array" }, "assertions": { "type": "array" } } }, "options": { "type": "object", "properties": { ...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Related Skills