Beginner Kubernetes
Q6 / 100

What does the command "kubectl get pods" do?

Correct! Well done.

Incorrect.

The correct answer is B) Lists the pods running in the current namespace

B

Correct Answer

Lists the pods running in the current namespace

Explanation

"kubectl get pods" lists pods in the current namespace, showing their name, status, restarts, and age.

Progress
6/100