Kubernetes - Labels and Selectors
What will be the output of this command if the pod
Then check labels with:
webapp already has a label env=staging and you run:kubectl label pod webapp env=production --overwriteThen check labels with:
kubectl get pod webapp --show-labels?