Note that I was talking about Gateway, which is the tool that the original article is about. I was referring to whether it would make any sense for me to move from IngressRoute to Gateway any time soon.
Aye that's what I meant, if you're happy with ingressRoute you've probably got a longer migration clock than just Ingress as traefik has an additional vested interest in keeping it working. It might even be able to be re-implemented into a gatewayClass without changes.
The problem with IngressRoute is that Helm charts are mostly using Ingress. Luckily, traefik have solved this through the use of annotations, which allows me to avoid using IngressRoute entirely.
Ah that's clever, I avoided it because it's a same-but-different technology and I try to avoid leaving the defaults. Just ingress wasn't so bad that was worth it. That is a good solution though.