Here is my setup (in GKE):
service-A runs in one k8s pod (node.js) which uses gPRC client to connect service-B (C++, gRpc server), and it uses a service name for the connection. Both services are defined using NodePort type in k8s spec.
[Problem]
Everything works fine, but sometimes when service-B restarts (crashes), the connection doesn't work anymore, until I restart service-A manually, it works again. Yes, it is sometimes, other times, the connection still works for some other times when service-B restarts.
Obviously, this issue won't allow me to sleep because we can't guarantee that service B does not restart/crash.
I have a few thoughts, but can't tell which is more likely the issue.
Since there are many pieces, I still don't have a good picture to debug this issue properly, your input will be very appreciated.
Reference:
--
You received this message because you are subscribed to the Google Groups "grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email to grpc-io+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/050a9d6d-737c-41dc-8807-eeb9fb18cca5n%40googlegroups.com.