Ingress - CI/CD Glossary Definition
Ingress is the Kubernetes resource (and its controller) that routes outside HTTP/HTTPS traffic to in-cluster services based on host and path, commonly handling TLS termination.
Related guides
Load Balancer - CI/CD Glossary DefinitionA load balancer spreads incoming requests across multiple backend instances, improving throughput and availab…
Service Mesh - CI/CD Glossary DefinitionA service mesh is a layer of sidecar proxies that handles service-to-service traffic - routing, retries, mTLS…
Horizontal Scaling - CI/CD Glossary DefinitionHorizontal scaling adds more instances to handle load, spreading work across machines. It is the basis of ela…