Troubleshooting GCP's CloudSQL Proxy in GAE
Google App Engine (GAE) Flex isn’t the trendiest method for running cloud compute, but it still has its use cases. Along with it, GCP’s CloudSQL is a simple-to-use managed DB solution. But getting these technologies to play nicely together can be a challenge, especially if they’re in separate projects1.
No CloudSQL Proxy container GAE Flex runs workloads on modified GCE VMs. Connecting to an instance drops you into a shell2 where you can run all sorts of programs, including docker commands.
[Read More]