- Home
- All questions
- Question 452
CKA study material · question 452 of 1000
Which command writes an etcd snapshot from a running member?
Show the answer
Answer: D. etcdctl snapshot save
etcdctl snapshot save writes a snapshot of the keyspace served by the given endpoint.
Source: Operating etcd clusters for Kubernetes (Kubernetes) — Built-in snapshot