Curated Tech Reading Map

Find your next tech book to read

Goal

The path to "Effective Platform Engineering"

Here is the reading path leading up to this book, derived from its dependencies and ordered from the fundamentals.

The path so far (3 books)

  1. Docker Deep Dive

    Why read this first: After understanding how to build and run a single container in Poulton's 'Docker Deep Dive', the challenge in production becomes orchestrating many containers together. Lukša's 'Kubernetes in Action' explains container orchestration from the ground up, scaling you from one container to distributed operation.

  2. Kubernetes in Action

    Why read this first: After building a foundation in Pods, Deployments, and the extension API with 'Kubernetes in Action', move to the practical question of building an internal developer platform (IDP) on top of it. 'Practical Platform Engineering' covers control planes and service extensions, applying K8s knowledge to designing a self-service foundation.

  3. Platform Engineering

    Why read this first: Where Fournier & Nowland's 'Platform Engineering' discusses launching and running a platform team from a leadership perspective, 'Practical Platform Engineering' digs deeper into implementation—governance, control planes, and success metrics. After grasping the strategy, this moves you into concrete design and build steps.