cloud-sql-proxy Questions
2
I have two containers inside one pod. One is my application container and the second is a CloudSQL proxy container. Basically my application container is dependent on this CloudSQL container.
The...
Peers asked 3/9, 2018 at 10:55
3
I'm failing to test the ability to use an IAM user in Google Cloud's PostgreSQL offering.
Here's my thinking process:
I've set respective flag on my PostgreSQL instance on Google Cloud:
$ gcloud s...
Celestial asked 26/1, 2021 at 14:57
1
Solved
Connecting to Cloud SQL using Python is not always straightforward.
Depending on the context, sometimes you have to connect to a Unix domain socket, allow-list IP addresses for TCP connections, run...
Whaleboat asked 25/8, 2022 at 19:53
2
In my Composer Airflow DAGs, I have been using the CloudSqlProxyRunner to connect to my Cloud SQL instance.
However, after updating Google Cloud Composer from v1.18.4 to 1.18.6, my DAG started to e...
Candidacandidacy asked 22/4, 2022 at 23:34
2
Solved
Does anyone know the pros and cons for installing the CloudSQL-Proxy (that allows us to connect securely to CloudSQL) on a Kubernetes cluster as a service as opposed to making it a sidecar against ...
Oloroso asked 15/3, 2022 at 10:42
3
Solved
I am currently working on a ETL Dataflow job (using the Apache Beam Python SDK) which queries data from CloudSQL (with psycopg2 and a custom ParDo) and writes it to BigQuery. My goal is to create a...
Leaseholder asked 5/6, 2018 at 13:46
0
We are new to Google Cloud SQL and have been trying to integrate pgbouncer with Google Cloud SQl Postgres and authenticate database users with SECURITY DEFINER function (which queries pg_shadow)
Ou...
Rutland asked 9/2, 2022 at 12:10
2
Solved
I would like to connect to a Cloud SQL instance from Cloud Run, using a service account. The connection used to be created within the VPC and we would just provide a connection string with a user a...
Pissed asked 18/11, 2021 at 17:17
3
Solved
Google Cloud Run allows for using Cloud SQL. But what if you need Cloud SQL when building your container in Google Cloud Build? Is that possible?
Background
I have a Next.js project, that runs in a...
Sorel asked 16/12, 2020 at 15:4
3
I came here to expose the specific way that i found to run migrations into a Google Cloud Run project using Google Cloud SQL and Laravel, which is simple, i just connect from my .env laravel to Clo...
Audrey asked 16/6, 2021 at 20:5
2
Solved
I'm attempting to use the cloud sql proxy to connect to 2 different cloud sql instances...
In the docs I found a line about Use -instances parameter. For multiple instances, use a comma-separated ...
Punish asked 24/11, 2016 at 19:12
1
Solved
I'm trying to connect to the Google Cloud SQL through local proxy. When I try to use cloud_sql_proxy in the Terminal on Mac, it says zsh command not found cloud_sql_proxy
Mensch asked 10/2, 2021 at 1:59
1
Currently I am using Cloud proxy to connect to a Postgres Cloud SQL database as a sidecar. When using Istio, however it introduces its own sidecar, which lead to the result that there are two proxi...
Raspings asked 24/11, 2020 at 10:49
1
When trying to evaluate how to connect to a Cloud SQL database from a Google Kubernetes Engine pod, there are a couple of ways to do this. One is to use a sidecar cloud proxy agent. Another is usin...
Unbutton asked 3/12, 2019 at 13:36
3
Solved
We are using a PostgreSQL database within Cloud SQL. We are using a private IP address and are accessing our database in our pods with the Cloud SQL proxy.
We are now looking for a way to quickly ...
Babara asked 29/6, 2019 at 5:41
1
Solved
I am trying to deploy cloudsql proxy as sidecar contaier like this:
- name: cloudsql-proxy
image: gcr.io/cloudsql-docker/gce-proxy:1.11
command: ["/cloud_sql_proxy",
"-instances=${CLOUDSQL_INS...
Protean asked 20/6, 2019 at 13:53
3
Solved
I've followed the steps at https://cloud.google.com/sql/docs/mysql/connect-kubernetes-engine to set up MySQL user accounts and service accounts. I've downloaded the JSON file containing my credenti...
Preadamite asked 23/11, 2018 at 14:28
3
I'm very new to Google Cloud and running applications in general. I currently have a Django app running in a Docker container on Google Flexible App Engine that connects to a Google Cloud SQL (Post...
Mortise asked 9/6, 2017 at 22:52
3
I would like to connect my Kubernetes cluster to Google Cloud SQL.
I have at least 10 different deployed pods which presently connect to MySQL [docker image deployed to k8s] using a JDBC url + use...
Amparoampelopsis asked 15/12, 2016 at 21:4
1
Solved
I am using Rails and am experiencing a connection pool error very randomly and it does not target any single endpoint specifically. I can hit endpoints about 70% of the time without getting this er...
Submarine asked 30/8, 2018 at 22:55
1
I am trying to connect an application (docker container) to a Google Cloud SQL database using a cloudsql-proxy docker container. Therefore, I've created a docker-compose file with the following clo...
Egret asked 2/5, 2018 at 16:20
1
© 2022 - 2025 — McMap. All rights reserved.