Re: PTR record for POD

2017-10-05 Thread Clayton Coleman
No, we only report pod IPs via PTR records if they are part of a stateful
set and you have set the serviceName field on the set.

On Thu, Oct 5, 2017 at 6:35 PM, Srinivas Naga Kotaru (skotaru) <
skot...@cisco.com> wrote:

> HI
>
>
>
> Is it possible to get POD name given POD IP address by querying master DNS
> server?
>
>
>
>
>
> Service lookup working:
>
>
>
> dig +short @master kubernetes.default.svc.cluster.local
>
> 172.24.0.1
>
>
>
> PTR lookup not working:
>
>
>
> $ dig -x @master 172.24.0.1 +short
>
> 172.24.0.1
>
>
>
> --
>
> *Srinivas Kotaru*
>
> ___
> dev mailing list
> dev@lists.openshift.redhat.com
> http://lists.openshift.redhat.com/openshiftmm/listinfo/dev
>
>
___
dev mailing list
dev@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/dev


PTR record for POD

2017-10-05 Thread Srinivas Naga Kotaru (skotaru)
HI

Is it possible to get POD name given POD IP address by querying master DNS 
server?


Service lookup working:

dig +short @master kubernetes.default.svc.cluster.local
172.24.0.1

PTR lookup not working:

$ dig -x @master 172.24.0.1 +short
172.24.0.1

--
Srinivas Kotaru
___
dev mailing list
dev@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/dev