Kubernetes v1.36: Server-Side Sharded List and Watch
- Kubernetes 近 90 天出现 16 次
发生了什么
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…
摘要按规则整理自下方来源原文