gRPC Health Checking Protocol
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://statuscodefyi.com/iframe/glossary/grpc-health-checking/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://statuscodefyi.com/glossary/grpc-health-checking/
Add a dynamic SVG badge to your README or docs.
[](https://statuscodefyi.com/glossary/grpc-health-checking/)
Use the native HTML custom element.
A standard gRPC service (grpc.health.v1.Health) that load balancers and orchestrators use to determine if a gRPC server is ready for traffic. The protocol defines Check (unary) and Watch (server-streaming) methods that return SERVING, NOT_SERVING, or UNKNOWN status per service. Kubernetes, Envoy, and cloud load balancers understand this protocol natively. It is separate from HTTP health checks, enabling fine-grained per-service readiness.