← 返回事件
降温中科技

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

发生了什么

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…

摘要按规则整理自下方来源原文

为什么在扩散

来源