Live data from Hacker News

Apache Apisix: Open-Source API Gateway and API Management Platform

apisix.apache.org

11–20 of 64 posts

Re: Apache Apisix: Open-Source API Gateway and API Management Platform

#12
post #10
post #6

Anybody has any idea about how this compares to Kong (what I've been using for years)?

I have no experience with any of these but maybe this helps: https://apisix.apache.org/blog/2022/07/30/why-we-need-apache...

Nice, thanks for sharing. It seems like an improved Kong, using the good parts of it, like Nginx and Lua. It makes me want to use it instead of the usual Kong, in next project.

Re: Apache Apisix: Open-Source API Gateway and API Management Platform

#13
post #12
post #10

Earlier quoted context omitted.

I have no experience with any of these but maybe this helps: https://apisix.apache.org/blog/2022/07/30/why-we-need-apache...

Nice, thanks for sharing. It seems like an improved Kong, using the good parts of it, like Nginx and Lua. It makes me want to use it instead of the usual Kong, in next project.

Lua doesn't make it easy to create your own plugins at all. Kong guys themselves tried to offer a good use experience for this but failed more than once.

Re: Apache Apisix: Open-Source API Gateway and API Management Platform

#14
post #12
post #10

Earlier quoted context omitted.

I have no experience with any of these but maybe this helps: https://apisix.apache.org/blog/2022/07/30/why-we-need-apache...

Nice, thanks for sharing. It seems like an improved Kong, using the good parts of it, like Nginx and Lua. It makes me want to use it instead of the usual Kong, in next project.

Also, it's not true that you need a database to run Kong. You can make it run with a declarative config.

Re: Apache Apisix: Open-Source API Gateway and API Management Platform

#19
post #2

OT but are any ingress/gateway systems using uring yet? Really enjoyed reading CloudFlare's justification for wrtiting Pingora gateway recently[1], a similar-ish system. Im interested to see what systems tech (what system calls) it ends up using. There's a ton of really great ingress/gateway tech out there. Kubernetes has a sublist that's pretty long[2]. There's a good comparison matrix[3] I ran into & it immediately…

I was trying to find a simple API gateway I could run as a single docker container on a single host. I ended up using a node-red workflow instead, because I was unable to get any of the options available to me working behind Traefik as my proxy. I tried APIMan first, then APISIX, then API Umbrella (used and developed by US government agency, apparently), and finally Kong. I got the closest with Kong, but decided to j…

You can run envoy pretty easily like that but the config can be a bit heavy (imo) unless you really want to read through the docs

Here's an example (top Google result) https://amalaruja.medium.com/basic-http-routing-strategies-w...

Post reply on HN