TL;DR

Kubernetes v1.34 introduces a beta version of the snapshottable API server cache, improving memory efficiency and reducing etcd load during historical list requests.

What happened

In Kubernetes v1.34, the snapshottable API server cache feature has reached Beta status. This feature allows all read requests to be served from a snapshot of the API server's cache, enhancing performance predictability and stability.

Why it matters for ops

The enhancement significantly reduces memory usage and load on etcd for historical list queries, making Kubernetes clusters more stable and scalable under high request loads.

Action items

  • Monitor API server memory usage to ensure efficient resource allocation.
  • Update clusters to v1.34 or later to benefit from improved performance stability.
  • Review documentation for new features in Kubernetes v1.34.

Source link

https://kubernetes.io/blog/2025/09/09/kubernetes-v1-34-snapshottable-api-server-cache/