projectcontour / projectcontour/contour

consider changing the implementation of the Envoy readiness probe

Open
#4,540 7 comments 4 reactions 0 assignees View on GitHub
kind/bug lifecycle/needs-triage priority/important-soon
Dominant language
HTML
Stars
3.9k
Forks
728
Avg merge
17h 41m
Merged PRs (30d)
36

Description

Currently, the Envoy readiness probe hits the `/ready` endpoint on the Envoy admin interface. (https://github.com/projectcontour/contour/blob/main/examples/contour/03-envoy.yaml#L82-L87)

https://github.com/envoyproxy/envoy/issues/16425 documents potential issues with using this endpoint for health-checking Envoy, due to its handler running on the main thread.

We should consider changing the implementation of the readiness probe. One option would be to set up a static HTTP listener that serves a direct response specifically for health-checking.

Contributor guide

Open the contributing guide

Research direction

Start with examples/contour/03-envoy.yaml and the current `/ready` probe, then read Envoy issue 16425 to understand the health-checking concern. Done means selecting and validating an alternative readiness-probe implementation, with the affected deployment configuration and tests or validation steps identified.

Written by the indexing model from the issue text.

Assessment

Tech stack
kubernetes
Domain
infrastructure
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.