GoogleCloudPlatform / cloud-sql-proxy-operator

A Kubernetes Operator to automatically configure secure connections to Cloud SQL
Apache License 2.0
97 stars 11 forks source link

Add Refresh Strategy configuration to AuthProxyWorkload resource. #597

Closed hessjcg closed 5 months ago

hessjcg commented 5 months ago

A user can now configure the proxy to use either the default "background" refresh strategy, or a new "lazy" refresh strategy. The "lazy" strategy works better when the proxy is running with highly CPU allocation, like in Cloud Run.

See Cloud SQL Auth Proxy Lazy Refresh