- Home
- All questions
- Question 581
CKA study material · question 581 of 1000
What is the effect of running etcdctl snapshot save against a live etcd member?
Show the answer
Answer: B. A snapshot is taken without affecting that member's performance
Creating a snapshot from a live member does not affect its performance; the alternative is copying member/snap/db from a data directory no etcd process is using.
Source: Operating etcd clusters for Kubernetes (Kubernetes) — Backing up an etcd cluster › Built-in snapshot