← Back to events
CoolingTech

Kubernetes v1.37: etcd RangeStream Cuts Memory Use on Large List Reads

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

Why it's spreading

Sources