You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.
When deploying Gubernator with Nomad, we are getting an error that it can't find the health check endpoint for the GRPC service.
Apparently, there is a standard way to do a GRPC health check endpoint.
Would it be possible to adopt this, so that deployment tools can use it automatically?
When deploying Gubernator with Nomad, we are getting an error that it can't find the health check endpoint for the GRPC service.
Apparently, there is a standard way to do a GRPC health check endpoint.
Would it be possible to adopt this, so that deployment tools can use it automatically?
It appears to be documented here: https://github.com/grpc/grpc/blob/master/doc/health-checking.md
The text was updated successfully, but these errors were encountered: