+1 vote
in Kubernetes K8s by
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

1 Answer

0 votes
by
b) kubectl get pods

Related questions

0 votes
asked Aug 7, 2023 in Kubernetes K8s by john ganales
0 votes
asked Sep 29, 2022 in Kubernetes K8s by SakshiSharma
...