kubectl show all labels code example
Example 1: kubectl to show label of pod
kubectl label pods labelex owner=michael
Example 2: kubectl to show label of pod
kubectl apply -f https://raw.githubusercontent.com/openshift-evangelists/kbe/main/specs/labels/pod.yaml