1. Ingress Operates at Layer 7

Ingress operates at Layer 7 (HTTP/HTTPS) of the OSI model.

That means:

It does NOT:

Ingress is strictly HTTP/HTTPS aware routing.


2. What Components Are Involved?

Ingress involves two separate things:

  1. Ingress Resource (YAML rules)
  2. Ingress Controller (actual implementation)