how to get the logs of a pod in kubernetes code example
Example 1: kubectl to show label of pod
kubectl label pods labelex owner=michael
Example 2: kubectl get pod by node
kubectl get pods --all-namespaces -o wide --field-selector spec.nodeName=