This repository has been archived by the owner on Dec 1, 2021. It is now read-only.
Implement health check for gRPC server implementation. #14
Labels
enhancement
New feature or request
Current version doesn't have liveness/readinesProbe on the yaml/helm chart since the image is for gRPC server not http server.
However, we can do it with this idea.
https://kubernetes.io/blog/2018/10/01/health-checking-grpc-servers-on-kubernetes/
We can use grpc-health-probe binary.
Success Criteria
Dependency
The text was updated successfully, but these errors were encountered: