Ingress Controller - CI/CD用語集の定義
ingress controllerは、Ingressのルールを実行中のreverse proxyへと変換し、外部からのトラフィックをcluster内のserviceにルーティングします。
ingress controllerとは、Ingressリソースを監視し、reverse proxy(NGINXやEnvoyなど)を構成して外部のHTTPおよびHTTPSトラフィックをcluster内のserviceにルーティングするコンポーネントです。
deployが新しいルートを追加すると、通常はIngressを作成または更新します。controllerはそれをproxyの構成へと調整し、新しいbuildを公開します。
north-southの入口
ingress controllerはnorth-southトラフィックの主要な入口です。Ingressの設定ミスは、デプロイしたばかりのserviceが外部から到達できなくなるよくある原因です。
関連ガイド
Load Balancer - CI/CD Glossary DefinitionLoad Balancer: A load balancer distributes incoming network requests across multiple backend instances to spr…
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 Discovery - CI/CD Glossary DefinitionService Discovery: Service discovery is the mechanism by which services find the network addresses of other s…