I’m using Docker Desktop with Kubernetes enabled, so the clusters are managed locally on my machine.
When I run kubectl get services
, I get the following output:
enter image description here
I’m trying to connect to SQL Server from my local machine using SSMS. However, even though I have a LoadBalancer service with an external IP (which points to localhost
), I’m still unable to connect using localhost,1433
.