aicam commented on issue #3902: URL: https://github.com/apache/texera/issues/3902#issuecomment-3413304194
Updates on Oct 16: Result of our research on different gateway options. Kubernetes gateway is a common requirement and many open source projects are developed over the time, the only official ones are Ingress and Envoy which developed by Kubernetes team, other ones are basically forks of these two. The followings are some of the alternatives that cover the functionality of both: - Emissary-Ingress: the goal of this open source is to provide simple way of deploying gateways without need of experts in Kubernetes - Contour: very similar to Emissary-Ingress but does not support plugins and is not as extensible, however I found its documentation cleaner than Emissary - Kong Gateway: it is very powerful and modern gateway that is built to serve next generation of applications, it provides ACL, AI, Analytics all outside the shelf and even use a dedicated database to record everything. It is also made to serve LLM services and more. However, I could not find third party authorization service for that in the documentation yet. -- 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]
