Which command displays all running pods in the current namespace?
Kubernetes FundamentalsEasy
Kubernetes Fundamentals — Easy
Which command displays all running pods in the current namespace?
Explanation
The correct command to display all running pods in the current namespace is "kubectl get pods." This command specifically retrieves information about pods, while the other options do not provide the same functionality.