temporalio / helm-charts

Temporal Helm charts
MIT License
312 stars 340 forks source link

[Feature Request] Add gRPC heath check via grpc_health_probe #203

Open underrun opened 3 years ago

underrun commented 3 years ago

Currently we are using successful tcp connection as a proxy for health in kubernetes. Instead we can use grpc_health_probe to check health using grpc.

robholland commented 4 months ago

Now built-in to kubernetes: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#define-a-grpc-liveness-probe