7 — Multi-Region Architecture
Purpose
[stub: multi-region-architecture]
Metadata
| Author | Amit Singh |
| Scope | kubernetes |
Local graph
Related notes
1 — AKS
AKS makes the control plane free specifically so Azure can win on node-hour billing, which is why the real cost and design battle moves to node pool sizing, availability zones, and Azure CNI IP exhaustion.
4 — Cluster API
Cluster API models a whole cluster's lifecycle (bootstrap, upgrade, scale, teardown) as Kubernetes custom resources, turning fleet management into just another reconciliation loop instead of a bespoke provisioning script.
2 — EKS
EKS charges for the control plane yet still leaves CoreDNS, kube-proxy, and the CNI as self-managed add-ons, proving that 'managed Kubernetes' is a spectrum of responsibility rather than a single guarantee.
5 — Federation
KubeFed's decline in favor of GitOps-pushed manifests showed that replicating API objects across clusters is the wrong abstraction — the failure mode isn't the sync mechanism, it's treating clusters as one logical API server.