Process Flow - Ingress resource definition
Define Ingress YAML
Apply YAML with kubectl
Kubernetes creates Ingress resource
Ingress Controller watches resource
Ingress Controller configures routing
External requests routed to services
The flow shows how you write an Ingress YAML, apply it, and how the Ingress Controller uses it to route external traffic to services.