- Home
- All questions
- 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.
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