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

CKA study material · question 484 of 1000

Which flag breaks kubectl top pod down by container?

  1. --sort-by=container
  2. --containers
  3. -o wide
  4. --all-containers
Show the answer

Answer: B. --containers

kubectl top pod POD --containers shows metrics for the Pod and each of its containers.

Source: kubectl Quick Reference (Kubernetes) — Interacting with running Pods

Challenge yourself on this topic → Study as cards