How to use this reference
- Work through topics top to bottom — mesh and gateway assume discovery concepts; event sourcing assumes async integration from Communication.
- Communication owns REST/gRPC/WebSocket protocols; Networking owns TCP/TLS/LB; this track owns platform assembly.
- Topic 7 (Deep Cuts) — multi-region topology, zero-trust service auth, Backstage catalog, advanced multi-cluster mesh.
The Reference
- 1
Service boundaries, monolith vs microservices trade-offs, and managed-vs-self-hosted cloud decisions for system design.
- 2
How services find each other — registries, DNS, health checks, and client-side load balancing.
- 3
North-south edge — TLS, auth, routing, rate limits, and client-specific backends.
- 4
Sidecars, mTLS, traffic management, and uniform resilience between services.
- 5
Event logs as source of truth and separate read/write models for scale and audit.
- 6
Rollouts, traffic shifting, bulkheads, and chaos at platform scale.
- 7
Multi-region topology, zero-trust service auth, service catalog, and advanced mesh.