Non-intrusive traffic management is a core function of Istio. With traffic management, you only need to focus on your own service logic rather than service access management. Traffic management enables you to:
ASM provides retry, timeout, connection pool, outlier detection, load balancing, HTTP header, and fault injection functions to meet traffic management requirements in most service scenarios.
Mesh Function |
Management Role |
|
Service Initiator |
Service Provider |
|
Route management |
Y |
N |
Load balancing |
Y |
N |
Tracing analysis |
Y |
Y |
Service authentication |
Y |
Y |
Observability data |
Y |
Y |
Retry |
Y |
N |
Rewrite |
Y |
N |
Redirection |
Y |
N |
Authorization |
N |
Y |
Fault injection |
Y |
N |
Timeout |
Y |
N |
Connection pool |
Y |
N |
Outlier detection |
Y |
N |
HTTP header |
Y |
N |
Traffic management cannot be performed for the service whose configuration diagnosis fails. For details about rectifying faults, see Manual Fixing Items or Auto Fixing Items.