Part 12 · Frontier & Field Notes
The Advanced & Rare Concepts Part took the working machine this book built — CI/CD, containers, Kubernetes, IaC, observability, security — and went one layer deeper into the patterns engineers usually learn by getting burned. The capstone then wired the whole thing into one running system. This Part does something different: it points at the moving edge. Everything before now is settled enough to teach as principle. This Part is about where the field is going — and what it has recently broken on.
There are two kinds of page here, and it helps to know which you’re reading. Frontier pages cover disciplines that are real and adopted but still consolidating as of 2024–2025: platform engineering as a productized practice, FinOps as a named profession, LLMs arriving in the operations toolchain, and WebAssembly reaching for the space below the container. Field notes read recent, well-documented outages — the kind that made the news — and ask the book’s recurring question of each: what manual or automated step failed, what guardrail was missing, and how would the principles in this book have changed the outcome? The frontier is where DevOps is heading; the field notes are the receipts.
How the frontier extends the book
Section titled “How the frontier extends the book”None of these topics is new from nothing. Each is an idea you already met, now grown into its own discipline with its own job titles, conferences, and foundations:
YOU ALREADY MET IT (earlier in the book) → IT GREW INTO (this Part) ───────────────────────────────────────── ───────────────────────── platform engineering (advanced) → IDPs, Backstage, Team Topologies cost & FinOps (cloud) → FinOps as a named profession + SLO observability + incident response → AIOps / LLMs in operations why containers (lighter than a VM) → WASM (lighter than a container) supply-chain attacks (advanced) → the post-xz responseThe point of putting them together is to show the direction of travel. Read top to bottom, the arc is consistent: take operational knowledge that used to live in expert heads or manual runbooks, and push it down into a product, a profession, a model, or a runtime — so the whole organization inherits it instead of re-learning it. That is the book’s thread, projected forward.
Roadmap for this Part
Section titled “Roadmap for this Part”These pages are independent — read in any order, or jump to the one you need. The first four are frontier; the next three are field notes; the last is the synthesis.
| # | Page | What it covers |
|---|---|---|
| 2 | Platform Engineering & IDPs | The productized version of the platform idea — Internal Developer Platforms vs Portals, Backstage, Team Topologies, and the build-vs-buy cost |
| 3 | FinOps & Cost Engineering | Cloud cost as a named discipline — unit economics, the FinOps Foundation framing, scale-to-zero, and treating cost as a first-class SLO |
| 4 | AIOps & LLMs in Operations | The 2024–2025 arrival of LLMs in incident response — triage, log summarization, runbook copilots — and the new LLMOps discipline |
| 5 | WASM & the Edge | WebAssembly and WASI as a sandbox lighter than a container, edge runtimes, cold-start wins — and an honest read on maturity |
| 6 | Supply Chain After xz | A field note on the March 2024 xz-utils backdoor and what the supply-chain world changed in response |
| 7 | The CrowdStrike 2024 Outage | A field note on the July 2024 global Windows outage — a content-update push read as a progressive-delivery failure |
| 8 | Notable Outages of the 2020s | A catalogue of the decade’s landmark outages, each mapped to the missing guardrail the book would have argued for |
| 9 | Where DevOps Is Going | The synthesis — the through-lines across the frontier and what to actually do with them |
Notice the shape. Pages 2–5 are aspiration: the disciplines and runtimes the field is building toward. Pages 6–8 are humility: recent, dated, well-documented ways the machine failed at scale. Page 9 ties the two together — because the frontier is only worth chasing if it makes the next field note less likely.
Reading the field notes well
Section titled “Reading the field notes well”A field note is not gossip about someone else’s bad day. Read each outage the way the blameless postmortem page taught: the engineer who ran the command, pushed the update, or merged the change is the symptom. The question is always what in the system let a single action have that blast radius — and which guardrail from this book (a canary, a staged rollout, a tested backup, a least-privilege credential, a pinned dependency) was the one that was missing. Every outage in Part 12 is a system that permitted a mistake, not a person who made one.
That is the book’s recurring thread carried to its conclusion. The frontier chapters are about removing manual, error-prone steps by pushing knowledge into platforms and runtimes; the field notes are about what happens when a step that should have been guarded — a rollout, a config push, a deletion — was still manual, still trusted, and still able to take down the world. Same thread, both directions. Start wherever you like; if you want the argument for why this Part exists at all, end with Where DevOps Is Going.