Answers for "how to list out all the pods in k8s kubectl l;"

0

kubectl get all the pods

kubectl get pods -A 

# you can list down all the pods with wide range
kubectl get pods -A -o wide
Posted by: Guest on November-14-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language