Ask HN: What API Gateways do you use?
1–10 of 11 posts
Re: Ask HN: What API Gateways do you use?
#2Re: Ask HN: What API Gateways do you use?
#3https://www.haproxy.com/user-spotlight-series/building-a-glo... use haproxy as gateway. Possible because it's a single service, relatively simple authentication and users are fine without custom error responses. That might be worth looking into.
Re: Ask HN: What API Gateways do you use?
#4Re: Ask HN: What API Gateways do you use?
#5Kong - https://docs.konghq.com/gateway/
Krakend - https://www.krakend.io/
Kubernetes Gateway API - https://gateway-api.sigs.k8s.io/
Azure Application Gateway - https://docs.microsoft.com/en-us/azure/application-gateway/o...
nginx - https://www.nginx.com/blog/deploying-nginx-plus-as-an-api-ga...
Tyk - https://tyk.io/
Re: Ask HN: What API Gateways do you use?
#6On the other hand, it's flipping fast, practically invisible.
Re: Ask HN: What API Gateways do you use?
#7Re: Ask HN: What API Gateways do you use?
#8I don't work in this space, just passing by and wondering - what is an API gateway and when and why do use one?
Re: Ask HN: What API Gateways do you use?
#9In 2017, at a big-data ad tech company, we used to use nginx as an API gateway. Our experience with the tool was difficult enough that I'd strongly caution you to execute a deep-dive POC before committing to it. Our main problem at the time was the combination of scant documentation and poor technical support: we encountered many little issues with config file syntax that took way too long to solve: it took multiple…
Re: Ask HN: What API Gateways do you use?
#10At Swisscom [1] we've created an APISIX [2] Plugin [3] to interact with Open Policy Agent (OPA) [4] to perform certain actions depending on the result of a policy evaluation.
An integration with Ory Keto [5] could allow us to have a centralized API Gateway with authentication and authorization termination (by using opa-keto [6]).
This is the power of open source technologies :)
[1]: https://swisscom.ch
[2]: https://apisix.apache.org/
[3]: https://github.com/swisscom/apisix-opa-plugin
[4]: https://www.openpolicyagent.org/