Kubernetes - Labels and Selectors
If a pod named
frontend-pod has a label env=testing, what happens when you run:kubectl label pod frontend-pod env=production --overwrite?