If I have 2 namespaces A and B, attempting to reference a service from B using the standard DNS convention for k8s <svc-name>.<namespace>.svc.cluster.local
fails
so from a a pod deployed in namespace B to reference db service deployed in namespace for example:
dbservice.A.svc.cluster.local
fails to resolve
Is there some additional configuration needed for the dns service to make this work ?