Municipal external users need HTTPS host-based routing to several in-cluster apps. Operators prefer not to expose NodePorts on every worker. Which exposure model is most appropriate?
Select an answer to reveal the explanation.
Short Explanation
Many public hostnames without punching NodePorts everywhere? ClusterIP plus Ingress/Gateway is the clean front door.
Full Explanation
Ingress and Gateway API provide L7 routing to ClusterIP Services without requiring every application to publish NodePorts or individual LoadBalancers. NodePort-only and HostNetwork approaches increase operational and security burden; headless Services do not allocate cloud public IPs per Pod.