Docker – Connect an external SQL databse to .NET microservice pods in Kubernetes
I have created .NET microservices pods in Kubernetes,and want to connect these pods to the external SQL database present on-premises. I have made all the possible changes to the connection string, added TrustServerCertficate=True and Encrypt=False, but still no luck. I…