// Comparison
Container Security vs Kubernetes Security and Observability: Which Should You Read?
Two cybersecurity books on Cloud, compared honestly: who each is for, what each does best, and which to read first.
Liz Rice's first-principles introduction to how Linux containers actually work — namespaces, cgroups, capabilities, seccomp, image layering — and the security implications that fall out of those mechanics.
A Holistic Approach to Securing Containers and Cloud-Native Applications
Brendan Creane, Amit Gupta
Brendan Creane and Amit Gupta's combined treatment of Kubernetes security and observability — RBAC, network policy, runtime detection, and the telemetry needed to make any of it operationally real.
Read this if
Skip this if
Key takeaways
- A container is not a box; it is a process with curated views of namespaces and resources, and most container vulnerabilities live in the gap between that mental model and the box mental model.
- Capability dropping, read-only root filesystems, and seccomp profiles are not optional — Rice makes the case persuasively with concrete examples.
- Image-supply-chain hygiene is half the security story; the book pre-dates SLSA but motivates it cleanly.
- Security without observability is unfalsifiable; the book's central argument is that they are one workstream, not two.
- Network policy is operationally hard, not conceptually hard — the chapters on rolling out default-deny in production are the most useful.
- Runtime detection is necessary because admission controllers cannot catch everything; the book treats the trade-off honestly.
How they compare
We rate Container Security higher (4/5 against 3/5 for Kubernetes Security and Observability). For most readers, that means Container Security is the primary pick and Kubernetes Security and Observability is a useful follow-up.
Container Security is pitched at intermediate level. Kubernetes Security and Observability is pitched at advanced level. Read the easier one first if you're not yet comfortable with the topic.
Container Security and Kubernetes Security and Observability both cover Cloud, Containers, so reading them in sequence reinforces the same material from different angles.
Keep reading
Kubernetes Security and Observability
→ Alternatives to Kubernetes Security and Observability→ What to read after Kubernetes Security and Observability