Apache Apisix: Open-Source API Gateway and API Management Platform
apisix.apache.org
Apache Apisix: Open-Source API Gateway and API Management Platform
1–10 of 64 posts
Re: Apache Apisix: Open-Source API Gateway and API Management Platform
#2Really 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 made me very interested in APISIX (lots of box ticking). I think at one point I'd also run into a benchmark somewhere & they were quite performant, top tier. Would be interested to know more about tbeir chosen architecture & what if any performance optimizations they have planned/roadmapped/are-thinking-about.
[1] https://blog.cloudflare.com/how-we-built-pingora-the-proxy-t... https://news.ycombinator.com/item?id=32836661 (362points, 1d ago, 92comments)
[2] https://kubernetes.io/docs/concepts/services-networking/ingr...
Re: Apache Apisix: Open-Source API Gateway and API Management Platform
#3Re: Apache Apisix: Open-Source API Gateway and API Management Platform
#4OT 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…
Re: Apache Apisix: Open-Source API Gateway and API Management Platform
#5Re: Apache Apisix: Open-Source API Gateway and API Management Platform
#6Re: Apache Apisix: Open-Source API Gateway and API Management Platform
#7OT 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…
Re: Apache Apisix: Open-Source API Gateway and API Management Platform
#8For my use case, this would have to be incredibly awesome for it to justify self-hosting such a complex and critical system. My current go-to solutions are AWS API Gateway, Azure API Manager and Apigee.
Re: Apache Apisix: Open-Source API Gateway and API Management Platform
#9Re: Apache Apisix: Open-Source API Gateway and API Management Platform
#10Anybody has any idea about how this compares to Kong (what I've been using for years)?