Process Flow - Why Ingress manages external access
User sends request to cluster IP
Ingress Controller receives request
Ingress rules check request path & host
Route to Service A
Service A Pod
Response sent back
Ingress acts as a gatekeeper that receives external requests and routes them inside the cluster based on rules.