79646872

Date: 2025-05-31 18:30:03
Score: 1
Natty:
Report link

When trying to connect to another service from your pods you must use the kubernetes internal DNS service. In the pod that is trying to connect to the host should look something like this instead localhost:

mssql-clusterip-srv.default.svc.cluster.local

if you uses other namespace to deploy your database and services, replace default for the correct value.

can help you understand how it works

Reasons:
  • Has code block (-0.5):
  • Starts with a question (0.5): When
  • Low reputation (1):
Posted by: Thomas