Ingress Controller
Like NGINX Ingress controller or Traefik Ingress controller
Is running as a pod somewhere
- You request to the Ingress object
- Ingress Controller gets notified and translates it to a service
- service routes your request to a pod
- Traffic goes from the Node which Ingress Controller is it it, to the pod specified.