Virtual Service とは?
virtual service は、host へのリクエストがどのようにルーティングされるかを指定する mesh のリソースで、path、header、重みに対する match 条件を用いて宛先を選択します。バージョン分割、header ベースのルーティング、mirroring、rewrite を可能にします。destination rule と組み合わせることで、トラフィックの行き先と backend の扱われ方の両方を制御します。
なぜ重要か
virtual service は、mesh 内での canary や重み付きロールアウトの制御ポイントです。deploy pipeline はそのルールを調整して、トラフィックを新しいバージョンへ移します。
関連ガイド
What Is a Destination Rule?A destination rule configures how traffic is handled after routing to a service, defining subsets, load-balan…
What Is Weighted Routing?Weighted routing splits traffic across two or more targets in proportions you set, such as ninety percent to…
What Is a Gateway Resource?A gateway resource defines how external traffic enters a mesh or cluster, configuring the ports, protocols, a…