+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
...