Kubernetes Routers - Ingress
Kubernetes provides the Ingress objects that allow exposing the Kubernetes service.
Traefik Hub API Gateway provides annotations to customize the routing.
"Annotations or IngressRoute?"
The Ingress and Service objects are limited and force using annotations.
For such a reason, we have created our own CRD IngressRoute that eases the configuration.
Even if you can use Ingress and Service objects,
we recommend to use the IngressRoute to expose your APIs through Traefik Hub API Gateway.