We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When deploying a Node.js gRPC server in a container, there is no straight-forward way to preform a health check when using grpc-health-check.
grpc-health-check
I would be great to have an executable that we can run like:
npx grpc-health-check 0.0.0.0:50051
In order to perform a health check within the container, there seems to be a few options currently:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
When deploying a Node.js gRPC server in a container, there is no straight-forward way to preform a health check when using
grpc-health-check
.Describe the solution you'd like
I would be great to have an executable that we can run like:
Describe alternatives you've considered
In order to perform a health check within the container, there seems to be a few options currently:
The text was updated successfully, but these errors were encountered: