We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What exactly is the configuration in the figure above that allows apisix to split traffic by request header
Also, does apisix support mirrored traffic
version 1.7.2
The text was updated successfully, but these errors were encountered:
Header based routing is only supported with Istio with vanilla Argo Rollouts https://argo-rollouts.readthedocs.io/en/stable/features/traffic-management/#traffic-router-support-istio_1
If you want to use it with APISIX you need to check if Apisix supports the Kubernetes Gateway API and then use it via an HTTP route https://rollouts-plugin-trafficrouter-gatewayapi.readthedocs.io/en/latest/features/header-based-routing/
It seems there is support https://gateway-api.sigs.k8s.io/implementations/#apisix
Sorry, something went wrong.
No branches or pull requests
What exactly is the configuration in the figure above that allows apisix to split traffic by request header
Also, does apisix support mirrored traffic
version 1.7.2
The text was updated successfully, but these errors were encountered: