1 — Virtual Networking
Purpose
[stub: virtual-networking]
Metadata
| Author | Amit Singh |
| Scope | networks |
Local graph
Linked from 2 notes
Infrastructure Platform Engineering
A book-shaped table of contents for infrastructure platform engineering: from infrastructure operations to self-service platforms, IaC foundations, Terraform/OpenTofu, cloud platform design, networking, identity, compute, storage, golden images, automation, governance, observability, reliability, enterprise platforms, anti-patterns, and MAANG interview prep — cross-linking existing sre/networks/kubernetes/patterns/internal-developer-platforms notes instead of duplicating them.
Computer Networks
A book-shaped table of contents for computer networking, from first principles to production systems: Ethernet through IP, TCP/UDP/QUIC, DNS, the HTTP ecosystem, security, cloud/Kubernetes networking, performance engineering, observability/debugging, and distributed-systems networking — cross-linking existing kubernetes/sre/system-design/tech notes instead of duplicating them.
Related notes
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.
5 — CDN
Edge nodes, cache invalidation, Cache-Control, and origin shield as the mechanics behind a CDN's performance and cost story.