- Home
- All questions
- Question 485
CKA study material · question 485 of 1000
How is the whole cluster's state captured into a directory for offline analysis?
Show the answer
Answer: D. kubectl cluster-info dump --output-directory=<path>
cluster-info dump can write the current cluster state into a directory in one shot.
Source: kubectl Quick Reference (Kubernetes) — Interacting with Nodes and cluster