Kubernetes name compliance rules are described here.
The document refers to RFC1123, but the actual validation implementation does not fully conform to the standard.
The label size limit of 63 characters is not enforced by the validation implementation, while the parsan package follows the RFC.
There shall be a means in the parsan package to relax the RFC1123 requirements and better align with the actual Kubernetes validation implementation.
Kubernetes name compliance rules are described here.
The document refers to RFC1123, but the actual validation implementation does not fully conform to the standard.
The label size limit of 63 characters is not enforced by the validation implementation, while the
parsanpackage follows the RFC.There shall be a means in the
parsanpackage to relax the RFC1123 requirements and better align with the actual Kubernetes validation implementation.