You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/07/19 07:02:09 UTC

[GitHub] [apisix-ingress-controller] gxthrj commented on issue #600: apisix custom nginx location dynamic configure

gxthrj commented on issue #600:
URL: https://github.com/apache/apisix-ingress-controller/issues/600#issuecomment-882293629


   Due to the different implementation mechanisms of APISIX and Nginx, in APISIX ingress, we recommend using CRD (eg ApisixRoute Resource) to define routes (similar to the location in Nginx). 
   
   In ApisixRoute resources, all routing rules are declared under `spec`, including some advanced configuration such as the canary, which is easier to understand, and conducive to verification, and ensures the correctness of the configuration.
   
   In addition, using snippets is not easy to verify, and the more configuration, the more difficult it is to maintain.
   So we do not plan to support snippet script in Apisix Ingress.
   
   BTW, Please use English when discuss.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org