Chapter 5 — Service Mesh
Purpose
[stub: service-mesh]
Metadata
| Author | Amit Singh |
| Scope | system-design |
Local graph
Linked from 2 notes
Kubernetes
A book-shaped table of contents for Kubernetes: cloud-native foundations, the CKAD/CKA/CKS certification tracks, control-plane internals, platform tooling, multi-cluster architecture, and MAANG-level system design and interview prep — cross-linking the existing Prometheus, Observability, and Platform Engineering chapters instead of duplicating them.
System Design
Principal/Staff-level system design reference collection for MAANG interview preparation — observability pipelines, distributed systems, reliability engineering, and beyond.
Related notes
Chapter 4 — Data Mesh
Decentralizing data ownership to domain teams as a data-platform architecture, and the governance model that keeps it from fragmenting.
Chapter 3 — Event-Driven Architecture
Decoupling services through events rather than direct calls, and the ordering/consistency trade-offs that decoupling introduces.
Chapter 2 — Microservices
Service boundary design and the anti-patterns — distributed monolith, shared database, chatty synchronous calls — that erase the benefits microservices promise.
Chapter 1 — Monoliths & the Modular Monolith
Why a well-modularized monolith is a legitimate architecture choice, and how it evolves into services under real pressure, not fashion.