Oteemo / charts

Helm chart repository
https://oteemo.github.io/charts
MIT License
181 stars 232 forks source link

Support for CloudSQL Proxy sidecar within the pod #258

Open mikeycmccarthy opened 3 years ago

mikeycmccarthy commented 3 years ago

If you're running on GKE and want to use an external database, the recommended way is to use the Cloud SQL Proxy, with the proxy sidecar running within the pod.

There doesn't seem to be a way to add an arbitrary sidecar to the pod. It'd be nice to do it natively without any kind of Kustomize overlap. I don't know whether the preference would be to be specific (i.e. support for a cloud SQL sidecar) or more generic.

mikeycmccarthy commented 3 years ago

It seems like the next best option is the SSL connection - I've not tried that yet but https://github.com/Oteemo/charts/issues/112 looks like its useful (there's a suggestion in there that people have confirmed works)