Healthcheck Envoy #695
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Milestone
Describe the solution you'd like
Allow the ability to health check Envoy by using the health check filter (https://www.envoyproxy.io/docs/envoy/latest/api-v2/config/filter/http/health_check/v2/health_check.proto#envoy-api-msg-config-filter-http-health-check-v2-healthcheck).
Anything else you would like to add:
Updating the config passed to Envoy we could add this to the stats listener (or could add a new listener, but was trying to avoid having too many) which enables the health check filter on Envoy itself:
Once implemented curling will return a 200 or 503:
// cc @rdrgmnzs
The text was updated successfully, but these errors were encountered: