Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add grpc-ecosystem/grpc-health-probe #6846

Conversation

ponkio-o
Copy link
Sponsor Contributor

@ponkio-o ponkio-o commented Oct 6, 2022

#6846 grpc-ecosystem/grpc-health-probe: A command-line tool to perform health-checks for gRPC applications in Kubernetes etc

$ aqua g -i grpc-ecosystem/grpc-health-probe

How to confirm if this package works well

Reviewers aren't necessarily familiar with this package, so please describe how to confirm if this package works well. Please confirm if this package works well yourself as much as possible.

Command and output

$ grpc_health_probe -help
Usage:
  -addr string
        (required) tcp host:port to connect
  -alts
        use ALTS (default: false, INSECURE plaintext transport)
  -connect-timeout duration
        timeout for establishing connection (default 1s)
  -gzip
        use GZIPCompressor for requests and GZIPDecompressor for response (default: false)
  -rpc-header value
        additional RPC headers in 'name: value' format. May specify more than one via multiple flags.
  -rpc-timeout duration
        timeout for health check rpc (default 1s)
  -service string
        service name to check (default: "")
  -spiffe
        use SPIFFE to obtain mTLS credentials
  -tls
        use TLS (default: false, INSECURE plaintext transport)
  -tls-ca-cert string
        (with -tls, optional) file containing trusted certificates for verifying server
  -tls-client-cert string
        (with -tls, optional) client certificate for authenticating to the server (requires -tls-client-key)
  -tls-client-key string
        (with -tls) client private key for authenticating to the server (requires -tls-client-cert)
  -tls-no-verify
        (with -tls) don't verify the certificate (INSECURE) presented by the server (default: false)
  -tls-server-name string
        (with -tls) override the hostname used to verify the server certificate
  -user-agent string
        user-agent header value of health check requests (default "grpc_health_probe")
  -v    verbose logs

If files such as configuration file are needed, please share them.

$ grpc_health_probe -addr=localhost:5000
healthy: SERVING

Reference


close: #1017

[grpc-ecosystem/grpc-health-probe](https://github.com/grpc-ecosystem/grpc-health-probe): A command-line tool to perform health-checks for gRPC applications in Kubernetes etc

```console
$ aqua g -i grpc-ecosystem/grpc-health-probe
```

## How to confirm if this package works well

Reviewers aren't necessarily familiar with this package, so please describe how to confirm if this package works well.
Please confirm if this package works well yourself as much as possible.

Command and output

```console
$
```

If files such as configuration file are needed, please share them.

```
```

Reference

-
@suzuki-shunsuke suzuki-shunsuke added the enhancement New feature or request label Oct 6, 2022
@suzuki-shunsuke suzuki-shunsuke added this to the v3.68.1 milestone Oct 6, 2022
@suzuki-shunsuke
Copy link
Member

Thank you always!

@suzuki-shunsuke suzuki-shunsuke merged commit e6786ca into aquaproj:main Oct 6, 2022
@suzuki-shunsuke
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add grpc-health-probe
2 participants