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

CKA study material · question 927 of 1000

kubectl cluster-info dump is run with no namespace flags. Which namespaces does it cover?

  1. Every namespace in the cluster
  2. kube-system only
  3. The current namespace only
  4. The current namespace and kube-system
Show the answer

Answer: D. The current namespace and kube-system

By default the dump covers the current namespace and kube-system; --namespaces or --all-namespaces widens it.

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

Challenge yourself on this topic → Study as cards