How to prevent single point of failure in API Gateway?

Asif Shafeeque 0 Reputation points
2023-05-26T14:39:47.4566667+00:00

This is regarding API gateway, Having multiple instances of API gateway, Can they prevent single point of failure, Or Do require to set up multiple API Gateways.

If for preventing single point of failure by having multiple API gateways then what's the purpose of having multiple instances.

Basically how to prevent single point failure of API gateway.

Does API gateway can handle millions of request(https/http), as load balancer does for TCP/UDP.

Thanks.

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,782 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Boris Von Dahle 3,116 Reputation points
    2023-05-27T17:33:19.15+00:00

    Hello @Asif Shafeeque ,

    In terms of handling millions of requests, an API Gateway, like a load balancer, is designed to handle high volumes of incoming HTTP/HTTPS requests.

    To prevent single point of failure, you can use a combination of availability zones and multi-region deployments.

    API Management provides an SLA of 99.99% when you deploy at least one unit in two or more availability zones or regions.

    Here is the documentation related :
    https://learn.microsoft.com/en-us/azure/api-management/high-availability

    If you believe this response was helpful, please consider marking it as accepted to enhance its visibility for other users seeking the same information.

    0 comments No comments