7 — Container Escape Techniques
Purpose
[stub: container-escape-techniques]
Metadata
| Author | Amit Singh |
| Scope | kubernetes |
Local graph
Related notes
4 — Audit Logs
Kubernetes audit logs record every API server request as a structured, replayable trail of who-did-what-when, but a loosely scoped audit policy can silently omit the exact response stage where a compromise actually happened.
2 — eBPF Security
eBPF lets security tooling observe and enforce policy directly in the kernel without loading custom kernel modules or injecting sidecars, trading portability risk for near-zero-overhead visibility.
1 — Falco
Falco flags anomalous behavior by matching live kernel syscalls against declarative rules, catching threats that only manifest at runtime and never show up in a static image scan.
6 — Forensics
Container forensics is a race against ephemeral filesystems and pod rescheduling, so memory dumps, process trees, and network state must be captured at detection time, not after triage begins.