0
0
Microservicessystem_design~5 mins

Popular gateways (Kong, AWS API Gateway, Nginx) in Microservices - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is an API Gateway in microservices?
An API Gateway is like a receptionist for your microservices. It receives all requests from clients, then routes them to the right service, handles security, and can manage traffic.
Click to reveal answer
beginner
What is Kong used for?
Kong is an open-source API Gateway that helps manage, secure, and monitor APIs. It acts as a middleman between clients and services, making sure requests are handled smoothly.
Click to reveal answer
beginner
How does AWS API Gateway help developers?
AWS API Gateway lets developers create, publish, and manage APIs easily in the cloud. It handles tasks like traffic management, authorization, and monitoring without needing to manage servers.
Click to reveal answer
intermediate
What role does Nginx play as a gateway?
Nginx is a web server that can also act as a reverse proxy or API Gateway. It routes requests to services, balances load, and improves performance by caching and compressing data.
Click to reveal answer
intermediate
Name one key difference between Kong and AWS API Gateway.
Kong is open-source and can be run anywhere, giving more control. AWS API Gateway is a managed service in the AWS cloud, which means less setup but more dependency on AWS.
Click to reveal answer
Which of these is NOT a function of an API Gateway?
AManaging user interface design
BMonitoring API usage
CHandling security and authorization
DRouting requests to services
What type of software is Kong?
ACloud storage service
BOpen-source API Gateway
CDatabase management system
DFrontend framework
AWS API Gateway is best described as:
AA managed cloud service for APIs
BA local web server
CA database service
DA programming language
Nginx can be used as:
AAn operating system
BA database engine
CA reverse proxy and load balancer
DA programming language
Which gateway is cloud-managed and requires less setup?
AKong
BNginx
CApache HTTP Server
DAWS API Gateway
Explain the main roles of an API Gateway in a microservices system.
Think about how a receptionist helps direct visitors and keeps things organized.
You got /4 concepts.
    Compare Kong and AWS API Gateway in terms of deployment and control.
    Consider who manages the service and where it runs.
    You got /5 concepts.