Ingress Controller

Like NGINX Ingress controller or Traefik Ingress controller
Is running as a pod somewhere

  1. You request to the Ingress object
  2. Ingress Controller gets notified and translates it to a service
  3. service routes your request to a pod
  4. Traffic goes from the Node which Ingress Controller is it it, to the pod specified.