Open
Description
The newer versions of Nginx and Traefik ingress controllers have switched to using CRDs (Custom Resource Definition) instead of the common Ingress resource.
This is because the Ingress resource is not flexible enough to deal with more complex routing requirements. It appears the Kubernetes developers agree that moving to custom resources is the path forward, instead of expanding the Ingress definition with ever more annotations.
Here's an example of Traefik 2.0's implementation: the IngressRoute resource.
Have you considered this change? How do you plan to get the fqdn from these CRDs?
Activity