Designing Distributed Systems
Patterns and Paradigms for Scalable, Reliable ServicesBy Brendan Burns
Publisher: O'Reilly Media
Release Date: February 2018
Pages: 166
Without established design patterns to guide them, developers have had to build distributed systems from scratch, and most of these systems are very unique indeed. Today, the increasing use of containers has paved the way for core distributed system patterns and reusable containerized components. This practical guide presents a collection of repeatable, generic patterns to help make the development of reliable distributed systems far more approachable and efficient.What the book is for?
The book describes about example of architecture which is assumed to be built on kubernetes. Yaml files for kuberenetes are also included with explanation as well as the codes.
Who should read the book?
Anyone who would like to know design and architecture patterns for kubernetes.
Impression
It's good as a recipe book. Some basic and easy to apply architecture patterns are described with use cases. It should be one to be recommended to every kubernetes application developers.