North-South Traffic - CI/CD用語集の定義
north-south trafficはclusterの境界をまたぎます。ユーザーから入ってくるリクエストや、外部サービスへ出ていくリクエストです。
north-south trafficとは、clusterやデータセンターの境界を出入りするネットワークトラフィックで、ingressを通じて届くユーザーリクエストや外部APIへの呼び出しなどが該当します。
ingress controllerやエッジのload balancerがnorth-south trafficを扱います。deployの間、これは外部ユーザーが新しいバージョンに到達する経路です。
エッジのコンポーネント
north-south trafficはingress controller、エッジのload balancer、API gatewayを通過します。ここが、外部ユーザー向けのblue-greenの切り替えが有効になる場所です。
関連ガイド
East-West Traffic - CI/CD Glossary DefinitionEast-West Traffic: East-west traffic is network traffic between services inside the same cluster or data cent…
Ingress Controller - CI/CD Glossary DefinitionIngress Controller: An ingress controller is a component that watches Ingress resources and configures a reve…
Blue-Green Cutover - CI/CD Glossary DefinitionBlue-Green Cutover: A blue-green cutover switches all traffic from the current version (blue) to a fully depl…