Skip to content
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

Open
2 tasks
TsuyoshiUshio opened this issue Jan 30, 2020 · 0 comments
Open
2 tasks

Implement health check for gRPC server implementation. #14

TsuyoshiUshio opened this issue Jan 30, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@TsuyoshiUshio
Copy link
Collaborator

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

  • helm chart is updated to implement health checking liveness/readinessProbe
  • deployment is fully tested as automated testing

Dependency

@TsuyoshiUshio TsuyoshiUshio added the enhancement New feature or request label Jan 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant