|
|
|
|
|
by cbushko
1946 days ago
|
|
I honestly don't know what the difference is but the number of hops is probably a contributing factor to the decrease in speed. There could be some translation layer happening when going from the CloudSQL instances private IP to public IP with some security checks that slow it down. I didn't have to worry about the 'ease of connecting' when using CloudSQL as all my GCP services are in the same VPC. Also, private ip is one less security problem to worry about. |
|
We abandoned cloudsqlproxy partially because the sidecar in Kubernetes caused random disconnects, but also because it just had bizarre network errors sometimes. (That was mostly when connecting from outside GCP though.)