otherJuly 12, 2026Issue #61

etcd 3.7 is out and it actually fixes the slow writes

etcd is the database that keeps Kubernetes alive — it stores every cluster config, every pod spec, every service. When etcd chokes, the whole cluster chokes. etcd 3.7 is the first major bump in two years and it targets the writes, not the reads. Write latency drops because the new WAL format is more compact and the compaction path is faster. The Raft leader can now batch more entries before fsyncing. That means less I/O and fewer stalls during high-write periods.

The old write path was a choke point for any cluster running at scale — especially ones doing heavy deployments or rolling updates. etcd 3.6's writes could take 30-50ms under load. With 3.7, the same work often finishes in 5-10ms. The benchmark is from the etcd team, so it's their own numbers, not a vendor's pitch.

Why this matters for us: any cluster running workloads through Kubernetes — from a dev team's staging to a small business using managed K8s — gets faster, quieter writes without changing a single line of config.

When etcd chokes, the whole cluster chokes.

kubernetes.io

Read the originalOpen in new tab
#kubernetes#etcd#infrastructure#databases

Daily issue · no spam

Get the daily on your stoop

One short email a day — AI, tech, and what it means for our communities. Plain language, cultural lens, no Silicon Valley jargon.