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}
Configure Outlier Detection in the Console under the route's Load Balancing settings.
See the Load Balancing guide for more information