Login
Remember
Register
Ask a Question
Kubectl command to list all the pods in foo namespace:
0
votes
asked
Aug 7, 2023
in
Kubernetes K8s
by
john ganales
Kubectl command to list all the pods in foo namespace:
list-pods
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 7, 2023
by
john ganales
kubectl get pods -n foo
...