Az Ingress egy Kubernetes objektum, amely HTTP/HTTPS routing-szabályokat definiál — hostnevekhez és URL-utakhoz backend Service-eket rendel. Egy Ingress Controller (nginx, Traefik, cloud gateway-ek) teljesíti, és egyetlen bejáratot, TLS-terminálást és host/path routingot ad service-enkénti LoadBalancer helyett.
A probléma, amit az Ingress megold
Exposing many services with type: LoadBalancer means MANY cloud LBs (and public IPs)
— expensive, and no shared hostname/path routing or TLS.
Ingress gives ONE entry point that routes by host & path to internal ClusterIP Services.
