kedacore / keda-external-scaler-azure-durable-functions

External scaler for Durable Functions workloads.
Apache License 2.0
5 stars 8 forks source link

Implement health check for gRPC server implementation. #14

Open TsuyoshiUshio opened 4 years ago

TsuyoshiUshio commented 4 years ago

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