list pods using kubectl code example
Example 1: kubectl to show label of pod
kubectl label pods labelex owner=michael
Example 2: kubectl to show label of pod
NAME READY STATUS RESTARTS AGE LABELS
labelex 1/1 Running 0 10m env=development