kubectl patch the label of pod code example
Example 1: kubectl describe to yaml
kubectl describe <type> <name> -o yaml
Example 2: kubectl to show label of pod
NAME READY STATUS RESTARTS AGE LABELS
labelex 1/1 Running 0 16m env=development,owner=michael