Kubernetes - Labels and Selectors
Given these pods with labels:
What will
pod1: app=web, env=prodpod2: app=web, env=devWhat will
kubectl get pods -l env=prod return?