database · inferred from evidence
CockroachDB
A distributed SQL database mentioned as running in insecure mode as a StatefulSet.
- CockroachDB on Kubernetes with Istio: "connection refused" — how to run insecure statefulset with istio mTLS
Rename the 26257 port from grpc to tcp in the CockroachDB Service and StatefulSet manifests so the Istio sidecar treats the traffic as plain TCP instead of trying gRPC protocol sniffing. That is the fix multiple users confirmed (one via mik