Kong API Gateway Presentation
Kong API Gateway Presentation
Group Members
1. FIDERIS HAROLD BALALA - 03.9455.01.01.2022
2. COSTA VICTON SANGA - 03.8501.01.01.2022
3. ALLY ABDALLAH SAFFAR - 03.9457.01.01.2022
4. HUSSEIN R NGAPAWA - 03.1019.01.01.2022
• Kong API Gateway :
Kong API Gateway is an open-
source, flexible, and high-
performance API Gateway and
What is microservices management layer.
Kong API
Gateway? • Role as Middleware:
- Acts as an intermediary layer
between clients and microservices.
- Manages routing, security,
monitoring, and analytics.
• API Request Routing
Key
Routes client requests to appropriate microservices.
• Rate Limiting
API
• Load Balancing
Ensures fair distribution of requests across services.
- Transforming Responses
Manipulates responses from microservices before sending
them back to clients
• Scenario: E-commerce application with multiple
microservices (User Management, Product
Catalog, Order Processing).
• Flow of Events:
Example
- Client sends a request to fetch user details: GET
Scenario /users/:id. - Kong intercepts the request.
- Kong performs Authentication and ensures the
with Kong's token is valid.
• Scalability
Handles high traffic loads with reliability.
Gateway • Developer-Friendly
Intuitive configurations and powerful plugins.
• Learning Curve:
A range of features to master for
new users.
Conclusion