II.
Methodology JSON
Structured · livemethodology:chaos-engineering-methodology
Chaos Engineering json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "methodology:chaos-engineering-methodology",
"_kind": "Methodology",
"_file": "domain/methodologies/methodologies-expanded.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Chaos Engineering",
"description": "A discipline of experimenting on distributed systems to build confidence in\ntheir ability to withstand turbulent conditions. Follows a scientific method:\ndefine steady state, hypothesize about system behavior, inject real-world\nfailures (network partitions, instance kills, latency injection), observe\ndivergence from steady state. Practices include game days, automated chaos\nexperiments, and blast radius containment.\n",
"methodologyKind": "operations",
"origin": "Netflix (Casey Rosenthal, Nora Jones)",
"yearIntroduced": "2011"
},
"outgoingEdges": [
{
"from": "methodology:chaos-engineering-methodology",
"to": "domain:site-reliability",
"kind": "applies_to"
},
{
"from": "methodology:chaos-engineering-methodology",
"to": "domain:distributed-systems",
"kind": "applies_to"
},
{
"from": "methodology:chaos-engineering-methodology",
"to": "platform:krate",
"kind": "applies_to",
"attributes": {
"notes": "Krate's K8s-native design enables chaos testing of forge components"
}
}
],
"incomingEdges": []
}