HealthCheck Filter
EnRoute Technical Reference
HealthCheck Plugin
The HealthCheck plugin enables the HealthCheck Envoy filter for EnRoute Ingress Gateway or Standalone Gateway
HealthCheck Filter Configuration
HealthCheck filter configuration needs the following config
Field | Description |
---|---|
path | Path for healthcheck |
HealthCheck Filter Config Example
{
"path" : "/healthz"
}
Notes
HealthCheck Filter Config for Kubernetes | HealthCheck Filter Config for Standalone |
|
|
---|
Notes
HealthCheck plugin is included with Community Edition
HealthCheck plugin is a global HttpFilter. It sets configuration on the Listener and is applicable to all GatewayHost
when defined.