Search code examples
postgresqluser-interfacegoogle-cloud-platformgoogle-cloud-sqlcloud-sql-proxy

GUI to view data in Google Cloud SQL


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 and easily access data in those databases. As far as I can tell there is nothing built in that supports this.

What ways are there to install a (ideally web based) GUI with which we can view our data?


Solution

  • We are now accessing Google's Cloud SQL via a bastion host from our own developer machines.