East-West Traffic - CI/CD用語集の定義
east-west trafficとは、cluster内にとどまるサービス間通信です。
east-west trafficとは、外部から出入りするトラフィックとは対照的に、同じclusterやデータセンター内のサービス間を流れるネットワークトラフィックです。
service meshは主にeast-west trafficを統制します。これを外部トラフィックと区別すると、rollout中にretryやmTLSがどこに適用されるかが明確になります。
north-southとの対比
east-westは内部のサービス間通信であり、north-southはclusterに出入りします。meshは通常east-westのフローを保護および観察し、ingressがnorth-southを扱います。
関連ガイド
North-South Traffic - CI/CD Glossary DefinitionNorth-South Traffic: North-south traffic is network traffic that enters or leaves a cluster or data center bo…
Service Mesh - CI/CD Glossary DefinitionService Mesh: A service mesh is an infrastructure layer that manages service-to-service communication (routin…
Mutual TLS - CI/CD Glossary DefinitionMutual TLS: Mutual TLS (mTLS) is a form of TLS where both the client and the server present certificates and…