rpc error: code = Unavailable desc = upstream connect error or disconnect/reset before headers. reset reason: connection failure

5/13/2020

I am using the GKE v1.14.10-gke.27+ with Istio (v1.2.10-gke.3) add-on. I have 2 golang apps (client & server) with gRPC. I am getting the following error on the client app when I use mTLS with strict mode.

rpc error: code = Unavailable desc = upstream connect error or disconnect/reset before headers. reset reason: connection failure

I am not getting this error on the GKE v1.17.5-gke.0 which has Istio v1.4.6-gke.0

-- Pranay
google-kubernetes-engine
istio

0 Answers