// Comparison
Container Security vs Security Chaos Engineering: Which Should You Read?
Two cybersecurity books on DevSecOps, 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.
Sustaining Resilience in Software and Systems
Kelly Shortridge, Aaron Rinehart
Kelly Shortridge and Aaron Rinehart on treating security as a property of complex adaptive systems: instead of preventing failure, you continuously simulate it, and design the organization to learn from each result.
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 and reliability share the same root engineering problem: how to keep complex systems within tolerable bounds when the failure surface is unbounded.
- Decision trees and effort-vs-impact analysis are operationalizable artifacts, not just blog material; the book teaches you to actually use them.
- Continuous experimentation is more honest than tabletop exercises: production tells you what is true, runbooks tell you what someone wished were true.
How they compare
We rate Security Chaos Engineering higher (5/5 against 4/5 for Container Security). For most readers, that means Security Chaos Engineering is the primary pick and Container Security is a useful follow-up.
Container Security is pitched at intermediate level. Security Chaos Engineering is pitched at advanced level. Read the easier one first if you're not yet comfortable with the topic.
Container Security and Security Chaos Engineering both cover DevSecOps, so reading them in sequence reinforces the same material from different angles.
Keep reading
Security Chaos Engineering
→ Alternatives to Security Chaos Engineering→ What to read after Security Chaos Engineering