Kubernetes - Labels and Selectors
Given this pod YAML snippet, what will be the output of
kubectl get pods -l app.kubernetes.io/instance=webapp if the pod has these labels?metadata:
labels:
app.kubernetes.io/name: myapp
app.kubernetes.io/instance: webapp
app.kubernetes.io/version: v1