forked from LaconicNetwork/kompose
Kubernetes container names must match the regex [a-z0-9]([-a-z0-9]*[a-z0-9])? This excludes underscores, which is common in container names in compose.
Kubernetes container names must match the regex [a-z0-9]([-a-z0-9]*[a-z0-9])? This excludes underscores, which is common in container names in compose.