I have a Google Cloud Run docker image and would like to connect to a Cloud SQL instance. The instance has a private IP, but I don't seem to be able to use that.
Is this scenario supported for Cloud Run, and how do I connect ?
I have a Google Cloud Run docker image and would like to connect to a Cloud SQL instance. The instance has a private IP, but I don't seem to be able to use that.
Is this scenario supported for Cloud Run, and how do I connect ?
From "Connecting to GCP services":
The following table lists services that are not yet supported by Cloud Run (however, they are supported by Cloud Run on GKE):
- Cloud SQL
- Cloud Endpoints
- Virtual Private Cloud
- Cloud Memorystore
- Cloud Load Balancing
- Cloud Filestore
Most of these are due to Cloud Run currently lacking a VPC connector, however this is in progress and will eventually be available.