Hello all,
I am facing an issue on Azure Kubernetes. We have deployed Frontend and Backend applications in same namespace in AKS cluster.
We are unable to connect backend application thru frontend application using service name like “<service_name>.<namespace_name>.svc.cluster.local:”, but able to connect successfully when we use Pod IP of backend service in frontend.
Network type (plugin) is Azure CNI.
can someone please help to resolve this issue.