HTTP Chunked Transfer Encoding in Kubernetes Watch Streams

Kubernetes controllers, schedulers, and kubelets stay in-sync by streaming resource changes from the API server. The underlying transport is nothing exotic—just plain HTTP/1.1 kept alive with Transfer-Encoding: chunked. This article strips the problem down to the wire format and shows how the chunking mechanism is used to deliver watch events. ...

Posted on Sun, 30 Aug 2026 16:23:27 +0000 by plazz2000