Questions tagged [api-gateway]
The api-gateway tag has no summary.
7 questions
2 votes
2 answers
324 views
Microservices blindly trusting anything due to network segmentation?
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 ...
1 vote
1 answer
2k views
Single api gateway or one for each microservice
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 ...
2 votes
2 answers
3k views
Implement message queue in API Gateway
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 ...
2 votes
1 answer
624 views
API Gateway- how internal services should communicate with external system
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 ...