Kubernetes
Known remedies for recurring cluster and workload failures.
Symptoms. Diagnosis. Treatment. Side effects. Prevention. A practical reference for engineers dealing with systems that fail in annoyingly familiar ways.
Known remedies for recurring cluster and workload failures.
Known remedies for recurring database and query failures.
Known remedies for recurring jobs, skew, and executor pain.
Known remedies for recurring cache and latency failures.
Known remedies for recurring cloud, cost, and infrastructure failures.
Known remedies for recurring pipeline and deployment failures.
Known remedies for recurring ownership and coordination failures.
Known remedies for recurring visibility and leverage problems.
Queries taking too long and blocking real work.
A single key is causing CPU or latency spikes.
Uneven distribution creates slow stragglers.
Unexpected egress cost from architecture choices.
High effort, low visible impact, weak leverage.
Every treatment can eventually be modeled, versioned, queried, and consumed by tools. Humans get readable guidance. Machines get structured fields.
{
"problem": "OOMKilled",
"category": "Kubernetes",
"tags": ["pods", "memory", "oom"],
"symptoms": [
"Pods restart with OOMKilled",
"Exit code 137"
],
"causes": [
"Memory limit too low",
"JVM heap > container headroom"
],
"treatments": [
"Increase memory limit",
"Right-size JVM heap"
],
"prevention": [
"Set sane requests & limits",
"Monitor memory early"
],
"version": "0.1.0-preview"
}