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:
A resource
A controller
The resource defines the routing rules, and the controller implements them.
However, Kubernetes doesn’t have a built-in Ingress controller, ...