Kubernetes Labels and Annotations
Jump to navigation
Jump to search
Internal
Labels
A label contains identifying information.
Labels are used by selector queries, or within selector sections of object definitions.
The structure of keys and values is constrained, so they can be evaluated quickly.
TODO: Label syntax and character set: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#syntax-and-character-set.