Gateway Resource とは?
gateway resource は、mesh に出入りするトラフィックを扱う edge proxy を設定し、どのポート、プロトコル、ホスト名を公開するか、TLS をどこで終端するかを指定します。これは玄関口を用意する一方で、virtual service のようなルーティングルールが、受け付けたトラフィックの内部での行き先を決めます。公開と mesh 内ルーティングを分離します。
なぜ重要か
gateway は、mesh の TLS 終端、許可された host、入口ポートが宣言される場所です。これを正しく設定することは、サービスを外部へ安全に公開するために不可欠です。
関連ガイド
What Is a Virtual Service?A virtual service defines routing rules in a mesh, matching requests by attributes like path or header and di…
What Is an Ingress Class?An ingress class names which ingress controller should handle a given ingress resource, letting multiple cont…
What Is an Egress Gateway?An egress gateway is a dedicated exit point through which outbound traffic from a cluster or mesh is funneled…