Beginner Kubernetes
Q24 / 100

What does "kubectl get nodes" display?

Correct! Well done.

Incorrect.

The correct answer is B) A list of worker machines (nodes) in the cluster along with their status

B

Correct Answer

A list of worker machines (nodes) in the cluster along with their status

Explanation

"kubectl get nodes" shows the nodes that make up the cluster, including their status (Ready/NotReady), roles, age, and Kubernetes version.

Progress
24/100