Article48 min read
Writing Kubernetes Controllers
Learn how Kubernetes controllers work, from watches and queues to reconciliation, scaling, testing, and production use.
Detailed but simple explanations of how production systems work, where they fail, and which tradeoffs matter.
Learn how Kubernetes controllers work, from watches and queues to reconciliation, scaling, testing, and production use.
Prefill processes the prompt. Decode generates one token at a time. Learn when running them on separate workers improves speed and capacity—and when it does not.
Follow one LLM request from the API gateway to the GPU and back. Learn what prefill, decode, and the KV cache do along the way.