I have two services deployed in Openshift Enterprise V3. Say the services are
- Service Name - A, Namespace - ns1
- Service Name - B, Namespace - ns2
When I am trying to access service B from a pod/container under service A with the url http://B.ns2.svc.cluster.local, it tells me that "Could not resolve host; Name of Service not known". Also I get the same message for kubernetes.default.svc.cluster.local I am able to access the service using the static IP address for service B
Any help/suggestion would be appreciated on this. Is there any way I can see the DNS entries for all the services that are created in Openshift environment