Reverse Proxy - CI/CD用語集の定義
reverse proxyは、1つ以上のバックエンドサーバーに代わってクライアントのリクエストを受け取り転送し、TLS終端、cache、圧縮、負荷分散を一元化します。
関連ガイド
API Gateway - CI/CD Glossary DefinitionAn API gateway is a single entry point in front of many services, handling routing, auth, rate limiting, and…
Ingress Controller - CI/CD Glossary DefinitionAn ingress controller is the running component that implements Ingress rules - an NGINX or LB pod that watche…
Service Discovery - CI/CD Glossary DefinitionService discovery lets services find each other by name as instances come and go, via DNS or a registry, inst…