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
{{ message }}
This repository has been archived by the owner on Jun 24, 2020. It is now read-only.
Hi @arapulido, some time ago I tested GCP broker. And you are getting correct information from binding action. You need to use the cloudsql-proxy configured with given connectionName and serviceAccount. The cloudsql-proxy need to be executed locally on your Pod, so another process can reach the database by calling proxy. If you are programming in Go then you can use that library directly in your code.
I have created a MySQL instance using the GCP k8s service broker and a binding for it.
The only output for the binding I get is
connectionName
andserviceAccount
.Is there anything missing? (i.e.
host
). How am I supposed to use those so my K8s app can connect to it?The text was updated successfully, but these errors were encountered: