Ingress Controller - CI/CD用語集の定義
ingress controllerは、Ingressリソースを監視し、それらが記述するルーティングとTLS終端を実際にプログラムするpod(例:NGINX、Traefik、クラウドのload balancer)です。
関連ガイド
Reverse Proxy - CI/CD Glossary DefinitionA reverse proxy sits in front of backend servers, taking client requests and forwarding them - handling TLS,…
API Gateway - CI/CD Glossary DefinitionAn API gateway is a single entry point in front of many services, handling routing, auth, rate limiting, and…
CRD - CI/CD Glossary DefinitionA CRD extends the Kubernetes API with new object types, letting operators and tools manage domain objects wit…