Bird
0
0

Which statement best explains why etcd snapshots must be consistent and how Kubernetes ensures this?

hard📝 Conceptual Q10 of 15
Kubernetes - Production Best Practices
Which statement best explains why etcd snapshots must be consistent and how Kubernetes ensures this?
Aetcd snapshots only save metadata, not actual data
BSnapshots are always inconsistent but Kubernetes fixes data after restore
CSnapshots capture a consistent state by pausing writes during snapshot creation
DKubernetes does not require consistent snapshots for recovery
Step-by-Step Solution
Solution:
  1. Step 1: Understand snapshot consistency

    Consistent snapshots capture the exact cluster state at a point in time, preventing partial writes.
  2. Step 2: How Kubernetes/etcd ensures consistency

    etcd pauses writes or uses internal mechanisms to ensure snapshot consistency during creation.
  3. Final Answer:

    Snapshots capture a consistent state by pausing writes during snapshot creation -> Option C
  4. Quick Check:

    Snapshot consistency = pause writes during snapshot [OK]
Quick Trick: Consistent snapshots prevent partial data saves [OK]
Common Mistakes:
  • Thinking snapshots are always inconsistent
  • Believing snapshots save only metadata
  • Assuming Kubernetes ignores snapshot consistency

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kubernetes Quizzes