Kubernetes 1.32 introduces a beta feature that optimizes memory usage in kube-apiserver by switching from list to watch requests, effectively reducing memory consumption by up to 90% during simultaneous large list requests, by leveraging an in-memory cache to stream items individually, addressing the fatal out-of-memory issues often exacerbated by heavy cluster loads or unexpected network events.









