Answers for "get all pods in a node kubectl"

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
0

get all pods in a node kubectl

kubectl get pods --all-namespaces -o wide --field-selector spec.nodeName=<node>
Posted by: Guest on May-08-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language