10 — gRPC
Purpose
[stub: grpc]
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.
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.
12 — Load Balancers
L4 vs L7 load balancing, health check design, and why a load balancer's own failure mode is often the single biggest blast radius in the stack.
13 — Reverse Proxies
What a reverse proxy actually buys you — TLS termination, routing, buffering — and the latency and failure modes it adds in exchange.