Open Yggdrasil opened 4 years ago
@Yggdrasil we have a plan to change IMC to CRD as well!
PR will be very welcome! would you like to write one?
This issue is stale because it has been open for 60 days with no activity.
This issue was closed because it has been inactive for 30 days since being marked as stale.
Reopening issues that inadvertently were closed as stale
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?