Kubectl Obtenha pod por nó
kubectl get pods --all-namespaces -o wide --field-selector spec.nodeName=<node>
Fierce Flamingo
kubectl get pods --all-namespaces -o wide --field-selector spec.nodeName=<node>
# Get pods in default namespace
kubectl get services
#Get Pods in my-namespace
kubectl get services -n my-namespace
#Get Pods in all namespaces
kubectl get services --all-namespaces
kubectl get pod