I have multiple GRPC servers, all bounded to the same port using GRPC linux so_reuseport option.
This works great but for health checking I would like to iterate on all servers, one by one and identify unhealthy servers.
Because they are all have the same ip and port, I can not control to whom it will connect.
Any workarounds?