This page explains the end-to-end request journey from an end user typing a URL in Chrome, through DNS resolution, Azure networking boundaries, ingress routing, Kubernetes services, and finally to the application Pod.
http(s)://spring-ui-api.dev.yourcompany.com/.
Chrome determines if it should use HTTP or HTTPS and initiates name resolution.
INGRESS_HOSTNAME → EXTERNAL-IP of NGINX ingress controller (or App Gateway IP).
80/443 to the ingress endpoint,
allow node-to-node traffic as required by AKS, and restrict admin ports.
containerPort 9087 and returns a response.