Curated Tech Reading Map

Find your next tech book to read

Book

Designing Distributed Systems

Patterns and Paradigms for Scalable, Reliable Services

Brendan Burns

Buy on Amazon* The link above is an advertisement via Amazon Associates.

Summary

Treats distributed systems as compositions of containers rather than as code written from scratch. Burns, one of the Kubernetes co-founders, groups the patterns into single-node composition (sidecar, ambassador, adapter), serving patterns (replicated and sharded services, scatter/gather), and batch computation. The book is short and every pattern comes with a container-level example. It answers how to arrange the pieces, not how to implement each one.

Target Readers

  • Engineers designing systems on Kubernetes who want reusable composition patterns
  • Developers moving from single services to multi-container architectures

Tags

#distributed-systems#design-patterns#kubernetes#microservices

Colophon

Publisher
O'Reilly Media
ISBN
978-1491983645
Published
Feb 2018

Get this book

* The link above is an advertisement via Amazon Associates.

Prerequisites

Next Books