platform · inferred from evidence
GKE
Google Kubernetes Engine, a managed Kubernetes service.
- How to run kubectl after docker push in Google Cloud Build
Teaches the verified fix from a real google-cloud-build support thread: how to run kubectl after docker push in Google Cloud Build
- 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
- Cloud SQL Proxy v2: "failed to connect to instance: Dial error: failed to dial ... i/o timeout"
The reporter resolved this by switching the Cloud SQL instance to a private IP and running the proxy with the --private-ip flag (they also switched GKE to Cloud DNS at the same time, so they could not isolate which change fixed it).