Kubernetes v1.36: Server-Side Sharded List and Watch
- Kubernetes: 16 events in the last 90 days
What happened
As Kubernetes clusters grow to tens of thousands of nodes, controllers that watch high-cardinality resources like Pods face a scaling wall. Every replica of a horizontally scaled controller receives the full stream of events from the API server, paying the CPU, memory, and network cost to deserialize everything, only to discard the objects it is not responsible for. Scaling out the controller does not reduce per-rep…
Summary assembled by rule from the sources below