kubectl get pod spec code example
Example 1: kubectl to show label of pod
kubectl label pods labelex owner=michael
Example 2: kubectl describe to yaml
kubectl describe <type> <name> -o yaml
kubectl label pods labelex owner=michael
kubectl describe <type> <name> -o yaml