Transit operators see API create and update calls become very slow while read-mostly traffic still sometimes works. etcd disk latency alerts are firing. What is the best first interpretation?
Select an answer to reveal the explanation.
Short Explanation
The API server stores the cluster's notebook in etcd—if that notebook's disk crawls, writing new pages feels stuck even when some reads still limp along. Fix etcd health and latency first.
Full Explanation
Kubernetes API mutations are committed to etcd. Elevated etcd latency or I/O saturation typically manifests as slow or failing writes through the API server. Service dataplane flushes, metrics commands, and CNI MTU issues are separate troubleshooting classes and do not explain etcd latency alerts driving API write slowness.