Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Member Polls
whats your favorite language

Do I need API gateway for microservices?

Last updated on 8 days ago
K
KevinSenior Member
Posted 8 days ago
Reply by: CloudArchitect_AWS
Common API gateways are Kong, AWS API Gateway, Azure API Management, or Nginx. They also provide monitoring, logging, caching out of the box. Yes it adds one more component to manage but benefits outweigh the complexity. Start simple though - if you have only 2-3 microservices, can delay API gateway initially. But plan for it as your architecture grows.
K
KevinSenior Member
Posted 8 days ago
Reply by: MicroservicesArchitect
API gateway is not mandatory but highly recommended. Without gateway, your frontend needs to know about all microservices, handle authentication with each service separately, deal with different protocols/formats. API gateway provides single entry point, handles authentication, rate limiting, request routing, protocol translation. It decouples frontend from backend services. For production system definitely use API gateway.
K
KevinSenior Member
Posted 8 days ago
User: APIgateway_Doubt
Subject: Do I need API gateway for microservices?
Building application with microservices architecture. Do I really need API gateway or can frontend directly call different microservices? Seems like API gateway adds extra layer and complexity. When is it actually necessary?
You can view all discussion threads in this forum.
You cannot start a new discussion thread in this forum.
You cannot reply in this discussion thread.
You cannot start on a poll in this forum.
You cannot upload attachments in this forum.
You cannot download attachments in this forum.
Sign In
Not a member yet? Click here to register.
Forgot Password?
Users Online Now
Guests Online 9
Members Online 0

Total Members: 19
Newest Member: bokovac