Kubernetes v1.37: etcd RangeStream Cuts Memory Use on Large List Reads
- Kubernetes 近 90 天出现 36 次
- 上一次:1 天前 · Kubernetes v1.37: Storage Version Migration Enabled by Default
发生了什么
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…
摘要按规则整理自下方来源原文