4 — Multi-Cloud Reliability
Purpose
[stub: multi-cloud-reliability]
Metadata
| Author | Amit Singh |
| Scope | sre |
Local graph
Linked from 3 notes
2 — Multi-Cloud IDPs
IDP design for organizations spanning multiple cloud providers, where the catalog and templates must abstract over provider differences.
Internal Developer Platforms
A book-shaped table of contents for Internal Developer Platforms: IDP fundamentals, architecture, self-service, golden paths, software catalogs, Backstage, templates, platform APIs and automation, developer experience, governance, operations, success metrics, anti-patterns, enterprise scale, and MAANG interview preparation — cross-linking existing platform-engineering-fundamentals/sre/observability notes instead of duplicating them.
Site Reliability Engineering: From Foundations to Internet-Scale Systems
The complete 184-chapter, 15-part Site Reliability Engineering curriculum — from Linux internals and distributed-systems theory through reliability engineering, observability, incident response, platform engineering, and Staff/Principal-level MAANG interview preparation, ordered the way SRE expertise actually develops rather than as a topic index.
Related notes
1 — Designing Planet-Scale Systems
What changes architecturally once a system has to serve every region on earth — the assumptions that hold at one datacenter's scale and break at planet scale.
2 — Global Traffic Management
Routing users to the right region by latency, health, and capacity simultaneously, and the DNS- and anycast-level mechanics that make global failover fast.
3 — Edge Computing
Pushing compute and data closer to the user to cut latency, and the consistency and deployment complexity that distributing logic to the edge buys in exchange.
5 — Active-Active Systems
Serving live traffic from more than one region simultaneously, and the conflict-resolution problem that active-active pushes onto every stateful write.