Kubernetes - Labels and Selectors
If a pod has the following annotations:
What will
metadata:
annotations:
description: 'Test pod'
owner: 'team-a'What will
kubectl get pods --show-labels display regarding these annotations?