tall-angle-41306
05/16/2023, 10:47 AMtall-angle-41306
05/16/2023, 10:59 AMunable to fetch records: write failed: write tcp 127.0.0.1:58156-127.0.0.1:5432: write: broken pipe
The postgres instance runs within GCP CloudSQL, and shows no errors in its logs. The same instance is also shared with other services which report no connection issues at the same time either, so I'm confident to rule out a Postgres issue (performance, connection limits are all healthy too)
We do run the CloudSQL Auth Proxy as a sidecar container for all, which reports the below error
connection aborted - error reading from client: read tcp 127.0.0.1:5432->127.0.0.1:41954: read: connection reset by peer
Reviewing the logs for all services that we run within Kubernetes, (which share postgres, and run identical cloudsql proxies), we only observe these errors within Kratos.
Any pointers?