Kubernetes v1.36: Server-Side Sharded List and Watch
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…
Sources
- T1Kubernetes v1.36: Server-Side Sharded List and WatchKubernetes / CNCF / Linux Foundation / Apache / OpenSSF / OSI / Eclipse