Some kubernetes resources have a length limit of 63 characters (presumably because they need to be valid DNS names). Which are they?
Those are at least:
labels:
example.com/environment: production <-- the string "environment"
labels:
example.com/environment: production <-- the string "production"
annotations:
example.com/image-registry: "https://hub.docker.com/" <-- the string "image-registry"