...

/

Ingress Architecture

Ingress Architecture

Learn about the architecture of Ingress.

We'll cover the following...

Introduction to the architecture

Ingress is defined in the networking.k8s.io/v1 API subgroup, and it requires the usual two constructs:

  1. A resource

  2. A controller

The resource defines the routing rules, and the controller implements them.

However, Kubernetes doesn’t have a built-in Ingress controller, ...