Ingress Controller - Definição do Glossário de CI/CD
Um ingress controller é o pod (por exemplo NGINX, Traefik ou um load balancer de nuvem) que observa recursos Ingress e efetivamente programa o roteamento e a terminação TLS que eles descrevem.
Guias relacionados
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…