Reverse Proxy - CI/CD Glossary Definition
A reverse proxy receives client requests on behalf of one or more backend servers and forwards them, centralizing TLS termination, caching, compression, and load balancing.
Related guides
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…