Kubernetes - Labels and Selectors
Given pods with labels:
What is the output of
pod1: app=frontend, env=prodpod2: app=frontend, env=devWhat is the output of
kubectl get pods -l app=frontend,env=prod?