Use builtin Kubernetes feature for gRPC health check #3038
Labels
area/api
area/charts
blocked-upstream
Blocked from progressing further until an issue upstream (i.e. a dependency) has been resolved.
dependencies
Pull requests that update a dependency file
kind/chore
priority/low
size/tiny
Less than 1 hour of work
Since Kubernetes 1.27 (available since April 2023), there is a built-in gRPC liveness probe available.
We should consider starting to use this to free ourselves from the dependency on
grpc_health_probe
, which we have to bake into our image (and keep updated).The text was updated successfully, but these errors were encountered: