Writing Kubernetes Controllers
Learn how Kubernetes controllers work, from watches and queues to reconciliation, scaling, testing, and production use.
How systems share data, coordinate work, and keep running when parts fail.
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.
Build a blue-green deployment on your laptop. Test Green, move Istio traffic in steps, and quickly roll back to Blue.
Build a Kubernetes controller that deploys a new image, tests it, moves Istio traffic in steps, and rolls back when something fails.
Learn the main ideas behind system design, including scale, data, failures, security, cost, and common architecture choices.