When should I use the Route entity for fallback routing, and when should I set up redirects with the Redirect plugin instead?
The fallback routing method has limited flexibility. It’s most useful as a blanket rule.
The Redirect plugin gives you more control over your redirect rules. You can apply the Redirect plugin to any Gateway Service, Route, Consumer, or Consumer Group, as well as globally, and you can decide whether the incoming request path remains the same, while still redirecting to a different location.