Skip to content

pvzig/grpc-health-probe-swift

Repository files navigation

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

About

Swift utility for querying health of gRPC services through the gRPC Health Checking Protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages