dotnet / tye

Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the ability to deploy microservices to Kubernetes with minimal configuration.
MIT License
5.29k stars 521 forks source link

not create pod in azure kubernetes service for sqlserver service #1609

Open abhishek-ats opened 1 year ago

abhishek-ats commented 1 year ago
Phiph commented 1 year ago

It looks like you have no port mappings in your binding config. You are also secifying multiple connection strings referring to multiple ports, I'm not too sure of SQL server supports that out of the box.

Why have you opted to run SQL server in K8s via Tye - I'd love to learn more about your use case and advise you!