Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 801 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 801 Bytes

grpc-health-probe-swift

This is a Swift implementation of grpc_health_probe. You should probably just use that instead.

The grpc_health_probe utility allows you to query health of gRPC services that expose service their status through the gRPC Health Checking Protocol.

grpc_health_probe is meant to be used for health checking gRPC applications in Kubernetes, using the exec probes.

Usage: ./grpc-health-probe localhost:50000 --connection-timeout 5