Demo repository of health-checking for gRPC server working on kubernetes. Use grpc-health-probe in this demo. Kubernetes does not support gRPC server health checking natively. The Liveness and readiness probes is what keep checking your application is available or not, They can detect unhealthy pods, avoid flow traffic to them.
- docker for Mac (&Kubernetes)
- kubectl command
$ kubectl get node
$ make build
$ make apply
$ make run name=tommy
Hey! tommy
$ make delete
MIT