12 — Load Balancers
Purpose
[stub: load-balancers]
Metadata
| Author | Amit Singh |
| Scope | sre |
Local graph
Related notes
1 — Linux Internals Every SRE Must Know
The kernel-level mental model — syscalls, the VFS, the scheduler — that turns 'the server is slow' from a guess into a diagnosable claim.
10 — gRPC
Why internal service-to-service calls increasingly run on gRPC instead of REST, and the deadline propagation and streaming semantics that change how you debug a slow call chain.
11 — TLS and Certificates
The handshake, cipher negotiation, and certificate chain validation that fail silently until an expiry takes down a service nobody remembered depended on it.
13 — Reverse Proxies
What a reverse proxy actually buys you — TLS termination, routing, buffering — and the latency and failure modes it adds in exchange.