Login
Remember
Register
Ask a Question
This command is used get all running pods of default namespace.
+1
vote
asked
Sep 27, 2022
in
Kubernetes K8s
by
SakshiSharma
This command is used get all running pods of default namespace.
a) kubectl get default
b) kubectl get pods
c) kubectl get ns
d) none of the mentioned
kubernetes
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Sep 27, 2022
by
SakshiSharma
b) kubectl get pods
...