Outlier Detection
Summary
Outlier Detection and ejection is the process of dynamically determining whether some number of hosts in an upstream cluster are performing unlike the others and removing them from the healthy load balancing set.
See Envoy documentation and API for more information.
How to configure
- Core
- Enterprise
- Kubernetes
Config file key | Type | Usage |
---|---|---|
outlier_detection | object | optional |
Examples
outlier_detection: {'consecutive_5xx': 12}
outlier_detection
is a bootstrap configuration setting and is not configurable in the Console.
See the Load Balancing guide for more information