Ingress
API object managing external HTTP/HTTPS routing rules to cluster-internal Services.
Mechanism & Definition
A Kubernetes resource that manages external access to internal Services, typically HTTP/HTTPS traffic. Ingress rules define host routing, path matching, and SSL/TLS termination, translated into load balancer configurations by an active Ingress Controller (e.g. NGINX, Envoy).
