The GRPC server needs to implement the `grpc.health.v1.Health` service. Requests to this service must bypass the authentication. Only the unary `Check` call needs to be implemented, the streaming `Watch` call is not required.
The GRPC server needs to implement the
grpc.health.v1.Healthservice. Requests to this service must bypass the authentication.Only the unary
Checkcall needs to be implemented, the streamingWatchcall is not required.