This message was deleted.
# general
s
This message was deleted.
a
You can use the API Gateway which is on top of Kubernetes (aka Ingress V2). Traefik/Istio Ingress gateway/Ambassador/Kong as well should work. Recently shared about Kong on our blog. https://www.cloudraft.io/blog/kong-api-gateway
another one - about K8s Api gateway https://www.armosec.io/blog/kubernetes-gateway-api/
For Ambassador, pls ping me, I can connect you with the right person.
m
Btw, Traefik is holding a webinar on API Gateway https://info.traefik.io/en/en/webinar-level-up-your-api
j
Thanks @Michel Loiseleur, I am extensively looking out for open source versions, so that can explore more on adding custom feature on need basis
a
Go for envoy based system as it can be easily extended with filters and plugins. - https://www.envoyproxy.io/docs/envoy/latest/extending/extending
j
@Anjul Sahu Ambassador is built on top of envoy correct. Is there any advantage of using envoy based gateway than nginx based?
a
s
hey! I'm a product manager at Tyk - and we have our own open source api gateway: https://github.com/TykTechnologies/tyk let me know if you have any questions. the advantage of our gateway is that it is truly open source (not open core) - no need to pay for add-ons. We monetise the control plane, but depending on your use case, you might not need it - or can also write your own.