Replies: 2 comments
-
Some more open-source API gateways examples https://geekflare.com/api-gateway/#anchor-kong-gateway |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm starting to be in favor of Kong/Kuma Service mesh, because Istio looks more complicated and less documented than Kuma. Also Istio is Kubernetes only, while Kuma can run on mixed environment with docker and virtual machines. The github stars speak in favor of Istio though: 27K vs 2.2K for Kuma Some refererences for Kong/Kuma - these are also supported in Istio too.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We'll need an api gateway to distribute the traffic between the microservices and outside world.
It will be best if this gateway can natively handle the most popular transports like
REST
,GraphQL
andGRPC
as our service depend on those.Components and features:
Candidates:
Istio
Overview
Pros
Cons
Kong
Overview
Pros
Cons
Beta Was this translation helpful? Give feedback.
All reactions