Hi All,

I have currently setup 3 Kubernetes master with KubeDNS running. I have 5 
Minions running with Kubeproxy installed.

When I run nslookup as below inside container, it returns the ClusterIP of the 
service. How can i get the Pod IP? 

```
# nslookup locust-master
Server:    10.254.0.10
Address 1: 10.254.0.10 kube-dns.kube-system.svc.cluster.local

Name:      locust-master
Address 1: 10.254.96.170 locust-master.default.svc.cluster.local
```

Also when i do a ping, nothing happens. 

```
 ping locust-master.default.svc.cluster.local
PING locust-master.default.svc.cluster.local (10.254.96.170): 56 data bytes
```

Thanks,
Govind

-- 
You received this message because you are subscribed to the Google Groups 
"Kubernetes user discussion and Q&A" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.
  • [kubernetes-u... govindaraj . kct
    • Re: [kub... Rodrigo Campos
    • Re: [kub... 'Tim Hockin' via Kubernetes user discussion and Q&A
      • Re: ... 'David Aronchick' via Kubernetes user discussion and Q&A
        • ... govindaraj
          • ... 'David Aronchick' via Kubernetes user discussion and Q&A
          • ... 'Tim Hockin' via Kubernetes user discussion and Q&A

Reply via email to