Platform Engineering Fundamentals MOC

A book-shaped table of contents for platform engineering fundamentals: evolution and organizational foundations, platform-as-a-product thinking, core principles (self-service, golden paths, automation, APIs), design principles, the platform lifecycle, DORA/SPACE metrics, anti-patterns, enterprise governance, and MAANG interview prep — cross-linking existing sre/patterns/observability/projects notes instead of duplicating them.

Recommended Reading Order

Instead of reading all 12 books sequentially, I’d recommend this path:

Foundation

  1. Platform Engineering Fundamentals
  2. Infrastructure Platform Engineering
  3. Kubernetes Platform Engineering
  4. CI/CD Platform Engineering

Core Platform

  1. Internal Developer Platforms
  2. Observability Platform Engineering
  3. Platform Security Engineering
  4. Reliability Engineering

Senior/Staff Level

  1. Platform Architecture
  2. Platform Operations
  3. Platform Product Management
  4. Advanced Platform Engineering

Platform Engineering Fundamentals

Building the Mental Model for Modern Platform Engineering

Goal: Build a strong conceptual foundation in Platform Engineering before learning Internal Developer Platforms (IDPs), Kubernetes platforms, Infrastructure Platforms, and Platform Operations. This book focuses on the why, what, and principles of Platform Engineering rather than implementation details. See SRE for the build-it-and-operate-it layer this book is the conceptual prerequisite to.

If this were a book, this page is the table of contents. Each Part below is a chapter; each chapter links out to the concepts, designs, and platform notes that already exist elsewhere in this wiki instead of duplicating them. Unwritten chapters are listed with a — _(stub)_ marker, not empty files.

Parts

00 — The Evolution of Platform Engineering

The mental models that separate platform engineering from what came before it: the infrastructure eras that preceded it, the SysAdmin → DevOps → Platform Engineering lineage, and the forces (org scale, cognitive load, velocity) that made a dedicated platform team a good bet. See also DevOps vs. SRE vs. Platform Engineering in the SRE book for that book’s treatment of the same boundary question.

01 — Organizational Foundations

The organizational theory a platform team’s shape has to answer to — Conway’s Law, Team Topologies, and cognitive load — before any platform capability gets designed. See also Conway’s Law and Team Topologies in the Patterns book for the pattern-level treatment of the same organizational theory.

02 — Platform as a Product

Treats the internal platform as a product with real users — product thinking, user research, roadmaps, and adoption strategy — rather than a shared-infrastructure team with a mandate.

03 — Core Platform Principles

The recurring principles a platform is built around: self-service, golden paths, the Internal Developer Platform shape, API-first design, automation, standardization, and opinionation. See also the SRE book’s own Platform Engineering section — Self-Service Infrastructure, Golden Paths, and Internal Developer Platforms — for the build-it-and-run-it layer these principles inform.

04 — Platform Design Principles

The cross-cutting design principles — abstraction, composability, scalability, reliability, security — that every platform capability gets evaluated against before it ships.

05 — The Platform Engineering Lifecycle

The full platform lifecycle a capability moves through: Discover, Design, Build, Operate, Measure, Improve.

06 — Measuring Platform Success

How platform success gets measured — developer productivity signals, the DORA metrics, the SPACE framework, and platform-specific KPIs. No existing note in this wiki covers DORA or SPACE yet — this Part is their canonical home.

07 — Platform Anti-Patterns

The recurring ways a platform initiative fails even with real investment behind it — patterns worth recognizing early, not fixing after adoption has already stalled.

08 — Enterprise Platform Engineering

Platform engineering at enterprise scale: scaling the team itself, governance, maturity models, and the culture that sustains a platform practice long-term. See also the ShipSolid platform project’s Platform & Cloud Maturity Model for a concrete, real-world maturity assessment.

09 — Platform Engineering Interview Preparation (MAANG)

Interview preparation specific to platform engineering roles at the Staff/Principal (L6/L7) level — fundamentals questions, trade-off discussions, design case studies, and whiteboard practice.

10 — Appendices

Reference material — glossary, cheat sheets, and further reading — for quick lookup after working through the book.

Learning Outcomes

After completing this book, you will be able to:

  • Explain the evolution from SysAdmin → DevOps → SRE → Platform Engineering.
  • Distinguish the responsibilities and interactions of Platform Engineering, DevOps, and SRE.
  • Apply Team Topologies, Conway’s Law, and Cognitive Load Theory to platform organization design.
  • Think of an internal platform as a product with users, roadmaps, metrics, and adoption strategies.
  • Design platforms around self-service, golden paths, automation, APIs, and standardization.
  • Understand the complete platform lifecycle: Discover → Design → Build → Operate → Measure → Improve.
  • Evaluate platform success using DORA, SPACE, platform KPIs, and adoption metrics.
  • Identify common platform engineering anti-patterns and avoid them.
  • Build the conceptual foundation required for the remaining books in the Platform Engineering series and for MAANG Staff/Principal (L6/L7) platform engineering interviews.

Metadata

AuthorAmit Singh
Scopeplatform-engineering-fundamentals

Local graph

Full graph →

Linked from 4 notes

Notes — Library Index

The front page of the notebook — every book-shaped domain, the applied Projects and flat Inbox folders, and how they cross-link into one wiki instead of duplicating content across each other.

Infrastructure Platform Engineering

A book-shaped table of contents for infrastructure platform engineering: from infrastructure operations to self-service platforms, IaC foundations, Terraform/OpenTofu, cloud platform design, networking, identity, compute, storage, golden images, automation, governance, observability, reliability, enterprise platforms, anti-patterns, and MAANG interview prep — cross-linking existing sre/networks/kubernetes/patterns/internal-developer-platforms notes instead of duplicating them.

Internal Developer Platforms

A book-shaped table of contents for Internal Developer Platforms: IDP fundamentals, architecture, self-service, golden paths, software catalogs, Backstage, templates, platform APIs and automation, developer experience, governance, operations, success metrics, anti-patterns, enterprise scale, and MAANG interview preparation — cross-linking existing platform-engineering-fundamentals/sre/observability notes instead of duplicating them.

Kubernetes Platform Engineering

A book-shaped table of contents for Kubernetes platform engineering: architecture, multi-tenancy, platform automation, Helm, Cluster API, Crossplane, platform services, observability, security, reliability, and enterprise operations — cross-linking existing kubernetes/observability/platform-engineering notes instead of duplicating them.

Related notes