What is the difference between a Kubernetes Ingress and a IngressRoute?
I am still learning kubernetes and I stumbled over the objects Ingress and IngressRoute . What is the different between these two objects? Did IngressRoute replace the old Ingress ? I am running a Kubernetes Cluster V1.17 with Traefik 2.1 . My IngressRoute works fine but I also found blogs explaining how to define an ingress.