5 — CDN
Purpose
[stub: cdn] — see also system-design/04-networking for the CDN-and-edge-caching architectural trade-offs.
Metadata
| Author | Amit Singh |
| Scope | networks |
Local graph
Related notes
1 — Virtual Networking
VPCs/VNets, subnets, route tables, and security groups as the building blocks of a cloud network.
2 — Kubernetes Networking
The Kubernetes networking model — pod network, CNI, kube-proxy, Services, Ingress, and the Gateway API.
3 — Service Mesh
Istio, Linkerd, and Envoy as service mesh implementations, and how sidecars and mTLS turn a mesh into a security and traffic-control layer.
4 — Load Balancing
L4 vs. L7 load balancing, round robin, least connections, consistent hashing, and health checks as the mechanics behind traffic distribution.