Open
Description
Feature request
Currently it looks like there is no equivalent for /health
in the gRPC containers. Could a kubernetes compatible health probe be added?
Motivation
Currently, I am writing custom commands to enable the gRPC container within kubernetes. Enabling this makes the gRPC docker container more complete with ootb kubernetes deployment capabilities.
Your contribution
I am not a rust developer but happy to make a PR with some guidance.
Metadata
Metadata
Assignees
Labels
No labels
Activity
happysansam commentedon May 14, 2025
Check this out
https://github.com/grpc-ecosystem/grpc-health-probe
omBratteng commentedon Jun 10, 2025
Kubernetes has native support for gRPC healthcheck (1.27+), so yo can just add this to the deployments