[
https://issues.apache.org/jira/browse/VALIDATOR-490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17762191#comment-17762191
]
Michael Osipov edited comment on VALIDATOR-490 at 9/6/23 7:26 AM:
------------------------------------------------------------------
The kube dns pod should provide it so from the containers/application
perspective it does not resolve with mDNS. Since its containerized and the
container is agnostic to the actual server its running on I suppose it doesn't
have to mean local in the same way localhost does.
{noformat}
nslookup testapp
Server: 172.20.0.10
Address: 172.20.0.10#53
Name: testapp.default.svc.cluster.local
Address: 172.20.152.235 {noformat}
was (Author: JIRAUSER302131):
The kube dns pod should provide it so from the containers/application
perspective it does not resolve with mDNS. Since its containerized and the
container is agnostic to the actual server its running on I suppose it doesn't
have to mean local in the same way localhost does.
{code:java}
nslookup testapp
Server: 172.20.0.10
Address: 172.20.0.10#53
Name: testapp.default.svc.cluster.local
Address: 172.20.152.235 {code}
> [DomainValidator] Add local to LOCAL_TLDs
> ------------------------------------------
>
> Key: VALIDATOR-490
> URL: https://issues.apache.org/jira/browse/VALIDATOR-490
> Project: Commons Validator
> Issue Type: Improvement
> Affects Versions: 1.7
> Reporter: Jon Krehling
> Priority: Minor
>
> I am looking to have .local added to the list of LOCAL_TLDs
> [https://www.iana.org/assignments/special-use-domain-names/special-use-domain-names.xhtml]
> It seems odd to have .localhost and not .local and by default every service
> in kubernetes will end with .local
> https://github.com/apache/commons-validator/blob/master/src/main/java/org/apache/commons/validator/routines/DomainValidator.java#L2002
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)