A library wants catalog.library.example and events.library.example to reach different backend Services through one Ingress. Which capability are they using?
Select an answer to reveal the explanation.
Short Explanation
One front door, two nameplates: Ingress host rules send catalog traffic one way and events traffic another. The hostname on the request picks the backend Service.
Full Explanation
Ingress rules can match on host (and path) and forward to different Services. That host-based multiplexing is a core reason platforms share a single entrypoint across apps. LoadBalancer-per-path automation, Pod hostname fields, and NetworkPolicy FQDNs are not how Ingress host routing works.