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

CKA study material · question 926 of 1000

kubectl cluster-info dump is run with --output-directory. Which two things does it collect? Choose two.

  1. The state of cluster objects
  2. An etcd snapshot
  3. The logs of the Pods it covers
  4. The nodes' journald output
Show the answer

Answer: A. The state of cluster objects
C. The logs of the Pods it covers

cluster-info dump gathers object state and every covered Pod's logs, laid out per namespace and Pod when a directory is given. It does not touch etcd or the nodes' system journals.

Source: kubectl cluster-info dump (Kubernetes) — Synopsis

Challenge yourself on this topic → Study as cards