Author:Sergey Kanzhelev (Google) With Kubernetes
1.24 the gRPC probes functionality entered beta and is available by
default.Now you can configure startup, liveness, and readiness
probes for your gRPC app without exposing any HTTP endpoint, nor do
you need an executable.Kubernetes can natively connect to your your
workload via gRPC and query its status.