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

CKA study material · question 918 of 1000

kubectl top pod reports one line for a Pod with three containers. Which flag breaks the usage out per container?

  1. --all-containers
  2. -o wide
  3. --containers
  4. --sum=false
Show the answer

Answer: C. --containers

By default kubectl top pod totals the Pod's containers; --containers shows each of them separately.

Source: kubectl top pod (Kubernetes) — Examples

Challenge yourself on this topic → Study as cards