Labels, selectors, and annotations
Understand how to use setup Labels, selectors, and annotations.
Concept and usage
Labels - Properties attached to each item, basically it will match to pod.
Selectors - Filter the items based on labels
Annotations - Record other information for your records like buildVersion, etc.
Normally, we will use labels and selectors to group and select objects.