Hi,
I have below setup in our k8s production environment:
client → envoy engress → envoy ingress → grpc-server-app
and today one of the grpc-server-app pod throws 5xx errors for one seconds, and logs error Unhandled error: [Stream with ID [1027] was closed by peer with code NO_ERROR(0x00)]
And at the same time client side throws StatusRuntimeException msg=UNAVAILABLE: upstream connect error or disconnect/reset before headers. reset reason: overflow
Could anybody help share any insight how can I proceed my investigation? It seems related with connection management or buffer management.