etcdctl
etcdctl is a command line client for etcd, the database for Kubernetes control plane components.
Command line examples
# make sure to use v3
export ETCDCTL_API=3
# display version
etcdctl version
# backup data
etcdctl snapshot save -h
# restore data
etcdctl snapshot restore -h