You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a dotnet core api application that is trying to execute sql queries within my postgres which is also running inside the kubernetes cluster .. but whenever I try to access the db I get an "Microsoft.EntityFrameworkCore.Database.Connection: Error: An error occurred using the connection to database" -- I was thinking bridge to kubernetes will allow my pod to run inside the same cluster .. that way all the internal dns services are local to my debug session .. is that not the case ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a dotnet core api application that is trying to execute sql queries within my postgres which is also running inside the kubernetes cluster .. but whenever I try to access the db I get an "Microsoft.EntityFrameworkCore.Database.Connection: Error: An error occurred using the connection to database" -- I was thinking bridge to kubernetes will allow my pod to run inside the same cluster .. that way all the internal dns services are local to my debug session .. is that not the case ?
Beta Was this translation helpful? Give feedback.
All reactions