Open underrun opened 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.
Now built-in to kubernetes: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#define-a-grpc-liveness-probe
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.