Kubernetes - Labels and Selectors
You want to select pods that have label
version set to either v1 or v2, but exclude those with label env=dev. Which selector correctly achieves this?