-
Notifications
You must be signed in to change notification settings - Fork 867
New issue
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
Apache APISIX support #2395
Comments
Maybe I can try to make it happen. |
API Gateway support in #2004 will at least cover Gateway Class/http routes use cases of APISIX |
Hi, I'm Jintao, Apache APISIX PMC member. I am very glad to see that you have discussions related to APISIX, which shows that APISIX has been known by more and more people. Currently, Apache APISIX Ingress controller supports three configuration methods.
The first two have been GA a long time ago, and are used by a large number of users in the production environment. However, the support for the Gateway API is currently in the alpha stage and cannot be used in production. We are currently actively adding support for the Gateway API, but it may take some time before it reaches GA. Thanks! |
* feat: Apache APISIX support Signed-off-by: Gallardot <[email protected]> * feat: Apache APISIX support Signed-off-by: Gallardot <[email protected]> * feat: Improve the apisix route Signed-off-by: Gallardot <[email protected]> * chore: add apisix doc and examples Signed-off-by: Gallardot <[email protected]> * chore: add apisix doc and examples Signed-off-by: Gallardot <[email protected]> * chore: add UT Signed-off-by: Gallardot <[email protected]> * doc: update README Signed-off-by: Gallardot <[email protected]> Signed-off-by: Gallardot <[email protected]>
* feat: Apache APISIX support Signed-off-by: Gallardot <[email protected]> * feat: Apache APISIX support Signed-off-by: Gallardot <[email protected]> * feat: Improve the apisix route Signed-off-by: Gallardot <[email protected]> * chore: add apisix doc and examples Signed-off-by: Gallardot <[email protected]> * chore: add apisix doc and examples Signed-off-by: Gallardot <[email protected]> * chore: add UT Signed-off-by: Gallardot <[email protected]> * doc: update README Signed-off-by: Gallardot <[email protected]> Signed-off-by: Gallardot <[email protected]>
* feat: Apache APISIX support Signed-off-by: Gallardot <[email protected]> * feat: Apache APISIX support Signed-off-by: Gallardot <[email protected]> * feat: Improve the apisix route Signed-off-by: Gallardot <[email protected]> * chore: add apisix doc and examples Signed-off-by: Gallardot <[email protected]> * chore: add apisix doc and examples Signed-off-by: Gallardot <[email protected]> * chore: add UT Signed-off-by: Gallardot <[email protected]> * doc: update README Signed-off-by: Gallardot <[email protected]> Signed-off-by: Gallardot <[email protected]> Signed-off-by: Travis Perdue <[email protected]>
* feat: Apache APISIX support Signed-off-by: Gallardot <[email protected]> * feat: Apache APISIX support Signed-off-by: Gallardot <[email protected]> * feat: Improve the apisix route Signed-off-by: Gallardot <[email protected]> * chore: add apisix doc and examples Signed-off-by: Gallardot <[email protected]> * chore: add apisix doc and examples Signed-off-by: Gallardot <[email protected]> * chore: add UT Signed-off-by: Gallardot <[email protected]> * doc: update README Signed-off-by: Gallardot <[email protected]> Signed-off-by: Gallardot <[email protected]> Signed-off-by: Travis Perdue <[email protected]>
Summary
I was evaluating APISIX and found that Argo rollouts doesn't support it for traffic splitting.
From https://argoproj.github.io/argo-rollouts/features/traffic-management/#how-does-argo-rollouts-enable-traffic-management
APISIX supports traffic management via its CRD: https://apisix.apache.org/docs/ingress-controller/concepts/apisix_route/#weight-based-traffic-split
Use Cases
When using APISIX as your ingress controller
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.
The text was updated successfully, but these errors were encountered: