Intermediate Kubernetes
Q57 / 100

What does "kubectl top pods" require to function, and what does it display?

Correct! Well done.

Incorrect.

The correct answer is B) It requires the Metrics Server to be installed in the cluster, and displays real-time CPU and memory usage for pods

B

Correct Answer

It requires the Metrics Server to be installed in the cluster, and displays real-time CPU and memory usage for pods

Explanation

"kubectl top" relies on the Metrics Server add-on to collect and expose resource usage metrics, which it then displays for nodes or pods.

Progress
57/100