etcd Snapshot Too Big?
Assuming you are using a self-managed Kubernetes cluster, taking an etcd backup should be part of your cluster recovery strategy. The following command is the simplest one for taking an etcd snapshot and saving it to disk:
export ETCDCTL_API=3
times...
blog.mdminhazulhaque.io1 min read