Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GKE - sidecar proxy container for connecting to Cloud SQL #158

Open
devdattakulkarni opened this issue Dec 12, 2017 · 0 comments
Open

GKE - sidecar proxy container for connecting to Cloud SQL #158

devdattakulkarni opened this issue Dec 12, 2017 · 0 comments

Comments

@devdattakulkarni
Copy link
Contributor

Currently if an environment defines Cloud SQL and GKE cluster, the communication between them is restricted by setting the authorizedNetwork attribute of the Cloud SQL instance to the IP address of the GKE cluster node.

An alternative pattern is to use a sidecar proxy container that will proxy connection to the Cloud SQL instance as shown here:

https://github.com/GoogleCloudPlatform/kubernetes-engine-samples/tree/master/cloudsql

We should consider how to support this pattern.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant