3 — Event-Driven Platforms
Purpose
[stub: event-driven-platforms]
Metadata
| Author | Amit Singh |
| Scope | kubernetes |
Local graph
Related notes
4 — AI/ML Platforms on Kubernetes
Why GPU scheduling — bin-packing, MIG partitioning, gang scheduling for distributed training — is the hard problem in running ML workloads on Kubernetes, not container orchestration itself.
8 — Architecture Interview Case Studies
Why the strongest system-design interview answers name the failure mode they're trading against, not just the components drawn on the whiteboard.
7 — Designing Control Planes
Why every control plane is a distributed consensus problem in disguise — the API server and etcd exist to answer 'what is true right now' under concurrent writers.
1 — Kubernetes in Distributed Systems
Why the reconciliation loop — declare desired state, continuously converge toward it — replaces imperative orchestration as Kubernetes' core distributed-systems primitive.