Of course I have a backup!

Random blobs of wisdom about software engineering

Archive About Me Consulting My toolset

If you are running kubernetes on google cloud, you probably run into the issue that it's not so straightforward to connect to a cloudsql instance from within the cluster. The official best practice is to run cloudsql proxy as a sidecar container in your pods, and connect through that. There are two problems with this, and I will address both.

Continue reading ...