Debugging

Check the events on the Config Connector resources

$ kubectl describe sqlinstance <myapp>
$ kubectl describe sqldatabase <mydb>
$ kubectl describe sqluser <myapp>

Check the logs of the Cloud SQL Proxy (if instance uses cloudsql-proxy)

$ kubectl logs <pod> -c cloudsql-proxy