Study. uk . com
  1. Home
  2. All questions
  3. Question 580

CKA study material · question 580 of 1000

You need to defragment an etcd database and verify a snapshot file offline. Which tool is intended for that?

  1. etcdutl
  2. etcdctl
  3. kubeadm certs
  4. crictl
Show the answer

Answer: A. etcdutl

etcdutl works directly on etcd data files — defragmenting, restoring snapshots, migrating versions — while etcdctl is the client for network operations against a running cluster.

Source: Operating etcd clusters for Kubernetes (Kubernetes) — Understanding etcdctl and etcdutl

Challenge yourself on this topic → Study as cards