Scaling PostgreSQL Cloud SQL Connections w/ PgBouncer & Kubernetes
We have an ag tech service running on GCP and we have a microservice that we do maintain consisting of Cloud SQL, Cloud Run, Cloud Functions. When we are developing and scaling our services, from the beginning we have been facing issues with Cloud SQ...
helloazad.com5 min read
Chris Li
Thanks for the write up! Once this is set up, would we just connect to pgbouncer using the given IP host, port, username and password we setup? Would it be a typical Postgres connection string?
I ask because I a managed to get everything deployed but could not figure out how to actually connect to the proxy.