Kush's Wiki
Istio
/
Subset
commited date: 2025-10-19
#
API Architecture
Istio
において、
Label
を用いて
Pod
のまとまりを定義する方法
Loading...
Fetching description...
Istio/
DestinationRule
#API Architecture Istioにおいて、トラフィックに対するポリシーを定義するカスタムリソース 以下のようなことが実現できる Subsetの定義 サーキットブレーカーの設定 https://istio.io/latest/docs/reference/config/networking/destination-rule/
Istio/
VirtualService
#API Architecture Istioにおいて、トラフィックルーティングルールを定義するカスタムリソース。 DestinationRuleと組み合わせてSubset単位でルールを設定可能 以下のようなことが実現できる Subsetの切り替えによるブルーグリーン戦略 weightの設定によるカナリアリリース timeoutの設定によるタイムアウト https://istio.io/latest/docs/reference/config/networking/virtual-service/