Kubernetes v1.37: etcd RangeStream Cuts Memory Use on Large List Reads
- Kubernetes: 33 events in the last 90 days
- Previous: 1 days earlier · Kubernetes v1.37: Storage Version Migration Enabled by Default
What happened
I am excited to announce that etcd RangeStream is graduating to beta in Kubernetes v1.37. Paired with etcd v3.7, it reduces the memory the API server and etcd need to read a large collection, and makes peak usage more predictable. The cost of large readsThe API server serves most list and watch requests from its in-memory watch cache. Populating that cache requires reading a resource's full state from etcd, at start…
Summary assembled by rule from the sources below