github.com/projectcontour/contour@v1.28.2/site/content/docs/1.23/guides/health-checking.md (about)

     1  ---
     2  title: Health Checking
     3  ---
     4  
     5  Contour exposes two health endpoints `/health` and `/healthz`. By default these paths are serviced by `0.0.0.0:8000` and are configurable using the `--health-address` and `--health-port` flags.
     6  
     7  e.g. `--health-port 9999` would create a health listener of `0.0.0.0:9999`
     8  
     9  **Note:** the `Service` deployment manifest when installing Contour must be updated to represent the same port as the above configured flags.
    10  
    11  The health endpoints perform a connection to the Kubernetes cluster's API.