contour icon indicating copy to clipboard operation
contour copied to clipboard

Enable gRPC health checks

Open stevesloka opened this issue 6 years ago • 3 comments

Current active health checks are written for HTTP based endpoints. We should add the capability to enable checking of gRPC endpoints as well.

stevesloka avatar Apr 09 '20 21:04 stevesloka

Telemetry on gRPC calls is very important for us to be a mature solution. K8s doesn’t support this natively but grpc itself has a protocol for this. Can we first define what health or healthy means for our gRPC servers here? Is it just probing the gRPC endpoints in a contour deployment for basic health status or is it measuring the response for something specific (to Contour). Is it then up to the user to draw statistics from these responses like total healthy, total unhealthy, etc or can they submit these as a parameter to the probe request somehow

xaleeks avatar Feb 03 '21 21:02 xaleeks

I think what @stevesloka was referring to here was making it so that we can configure Envoy active health checking for gRPC backend services. You can do that for HTTP at the moment, but I think that it wouldn't work as expected if you configured an Envoy active HTTP health check on a gRPC service.

youngnick avatar Feb 04 '21 04:02 youngnick

The Contour project currently lacks enough contributors to adequately respond to all Issues.

This bot triages Issues according to the following rules:

  • After 60d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, the Issue is closed

You can:

  • Mark this Issue as fresh by commenting
  • Close this Issue
  • Offer to help out with triage

Please send feedback to the #contour channel in the Kubernetes Slack

github-actions[bot] avatar Feb 22 '24 00:02 github-actions[bot]

The Contour project currently lacks enough contributors to adequately respond to all Issues.

This bot triages Issues according to the following rules:

  • After 60d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, the Issue is closed

You can:

  • Mark this Issue as fresh by commenting
  • Close this Issue
  • Offer to help out with triage

Please send feedback to the #contour channel in the Kubernetes Slack

github-actions[bot] avatar Mar 24 '24 00:03 github-actions[bot]