Outlier Detection とは?
outlier detection は受動的なヘルスチェックの一形態で、プロキシが各 backend からの実際のレスポンスを監視し、過剰なエラーや timeout を返すインスタンスを一時的に取り除きます。排除期間の後、そのインスタンスは再び追加され、再評価されます。能動的なプローブとは異なり、ライブトラフィックから健全性を判断します。
なぜ重要か
単一の不良インスタンスをすばやく分離し、ほとんどのリクエストがそれを避けるようにして、全体的な成功率を向上させます。circuit breaking と組み合わせることで、部分的に故障したフリートを使用可能な状態に保ちます。
関連ガイド
What Is Circuit Breaking in a Service Mesh?Mesh circuit breaking caps concurrent connections and pending requests to a service so an overloaded backend…
What Is a Retry Policy in a Service Mesh?A mesh retry policy automatically re-sends a failed request to a backend up to a set number of times under de…
What Is a Destination Rule?A destination rule configures how traffic is handled after routing to a service, defining subsets, load-balan…