Skip to main content

Questions tagged [api-gateway]

2 votes
2 answers
324 views

So I just fell in a project where microservices are inside private subnets and therefore aren't reacheable through the internet. There is a balancer that can reach this microservices and this balancer ...
Matheus's user avatar
  • 209
1 vote
1 answer
2k views

We are going to have multiple microservices and decided to use api gateway. What we couldn't decide is if we should go for a single gateway for all of them or one for each. The reason why one for each ...
dstr's user avatar
  • 249
2 votes
2 answers
3k views

Recently we have this client who asks for a API Gateway solution, in this case it’s Kong. Currently, they have 10 services (200 APIs) that are running on really legacy stuff (built with C++ and ...
Rex Low's user avatar
  • 129
2 votes
1 answer
624 views

we have a microservice architecture. There is an API Gateway that acts as entry point for a External System (SAP) It is clear that SAP should connect with our system using the API Gateway. But, in ...
X.Otano's user avatar
  • 622