oyiadin commented on issue #1433: URL: https://github.com/apache/apisix-ingress-controller/issues/1433#issuecomment-1302855842
The difference is that APISIX CRDs are more specific and compatible with the most of APISIX features, in the meanwhile, the Ingress way is more common within the Kubernetes world, but lack of some APISIX features. For example, there are only three types of operators in the Ingress way: `Exact`, `Prefix` and `ImplementationSpecific` (see https://kubernetes.io/docs/concepts/services-networking/ingress/#path-types). But, using APISIX CRD, you can control your route-matching rules with more expression operators (such as `RegexNotMatch`, `In` and `NotIn`, see https://apisix.apache.org/docs/ingress-controller/next/references/apisix_route_v2beta3/#expression-operators). As for the two tutorials that you've mentioned, I don't think that there are any differences from the point of a developer in such a simple situation. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
