Skip to content

Determining the largest keys in etcd/clarity around versions #16244

Answered by jmhbnz
ns-rlewkowicz asked this question in Q&A
Discussion options

You must be logged in to vote

Ok if we think it's the latter things get a bit tricky. I'll refer you some great advice from the AWS EKS etcd team here: https://aws.amazon.com/blogs/containers/managing-etcd-database-size-on-amazon-eks-clusters/

Long story short:

You can analyze the request volume to the Kubernetes API server over a specific period of time to identify anomalous trends in request patterns. These anomalies can potentially correlate to a surge in etcd space consumption. You can monitor the API server metric apiserver_request_total to see the total request volume.

Sometimes, the etcd database size grows because a few objects go through rapid updates. In this case, the total object count or the size per o…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@ns-rlewkowicz
Comment options

@jmhbnz
Comment options

@ns-rlewkowicz
Comment options

@jmhbnz
Comment options

Answer selected by jmhbnz
@rlewkowicz
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment