API Gateway - CI/CD用語集の定義
API gatewayは一連のサービスのためのマネージドな玄関口で、リクエストのルーティング、認証、レート制限、メトリクスを各サービスではなくエッジで統合します。
関連ガイド
Reverse Proxy - CI/CD Glossary DefinitionA reverse proxy sits in front of backend servers, taking client requests and forwarding them - handling TLS,…
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…
mTLS - CI/CD Glossary DefinitionmTLS has both client and server present certificates, so each cryptographically proves its identity - the bac…