Annotations in Kubernetes provide a place to store non-identifying metadata for Kubernetes Objects which can be used to get a more elaborate context for an object.
Annotations are also "key:value" pairs like Labels.
Annotation keys use the same format as Label keys.
