0 votes
in Kubernetes K8s by
Kubectl command to list all the pods in foo namespace:

1 Answer

0 votes
by
kubectl get pods -n foo
...