Linux_Foundation
CKA · Question #13
Create a snapshot of the etcd instance running at https://127.0.0.1:2379, saving the snapshot to the file path /srv/data/etcd-snapshot.db. The following TLS certificates/key are supplied for…
etcdctl --endpoints=https://127.0.0.1:2379 --cacert=/opt/KUCM00302/ca.crt --cert=/opt/KUCM00302/etcd-client.crt --key=/opt/KUCM00302/etcd-client.key snapshot save /srv/data/etcd-snapshot.db
Submitted by javi_es· May 4, 2026Cluster Architecture, Installation and Configuration
Question
Create a snapshot of the etcd instance running at https://127.0.0.1:2379, saving the snapshot to the file path /srv/data/etcd-snapshot.db. The following TLS certificates/key are supplied for connecting to the server with etcdctl: CA certificate: /opt/KUCM00302/etcd-client.crt Client certificate: /opt/KUCM00302/etcd-client.crt Client key: Topt/KUCM00302/etcd-client.key
Explanation
etcdctl --endpoints=https://127.0.0.1:2379 --cacert=/opt/KUCM00302/ca.crt --cert=/opt/KUCM00302/etcd-client.crt --key=/opt/KUCM00302/etcd-client.key snapshot save /srv/data/etcd-snapshot.db
Topics
#etcd#snapshot#backup#TLS
Community Discussion
No community discussion yet for this question.