Process Flow - Host-based routing
Client sends HTTP request
Ingress Controller receives request
Check Host header in request
Host matches site1
Route to service1
Service handles request
The ingress controller receives a request and routes it to different services based on the Host header in the HTTP request.