Open
Description
Kubernetes services must also follow the DNS-1035 naming convention (Cf. k8s issue and the appropriate rfc) so in order to safely generate kubernetes names (for both services, namespaces and other objects) the generated name should:
- be lowercase
- <= 253 characters
- start with an alphabetic character
- end with an alphanumeric character
So I don't think lowercasing is safe enough:
Metadata
Assignees
Labels
No labels