Two things I want to do. Not sure I am over kill using Traefik.
Would like to know which Traefik product to conditionally route http to my mock service.
Conditions based on url host, path, cookie. I am trying to be transparent to the EKS eco system, meaning I don't want all the teams to configure proxy. I believe Traefik middleware might do? If conditions match redirect to mock. Otherwise business as usual.
I also intend to mirror all httprequest for logging/analysis.
Thank you for advice