
API Gateway Pattern: 5 Design Options and How to Choose | Solo.io
The API gateway pattern is a common architectural pattern in which an API gateway sits between the client and a collection of microservices.
API Gateway for Spring Boot - Solo.io
Spring Cloud Gateway is a framework for building microservices-based applications. It provides support for routing and filtering incoming requests to microservices, as well as support for …
Microservices: Service Discovery Patterns and 3 Ways to …
In this pattern, clients do not do service discovery or load balancing. Instead, the API gateway works to select a suitable endpoint for a given client-side request. A server-side discovery …
API gateway microservices - Solo.io
API gateways interactions between microservices and external users. Discover the three reasons your microservices architecture needs an API gateway.
What Is an API Gateway? How It Works & Why You Need One
An API gateway secures, manages, and routes API traffic, acting as a single access point for external consumers and internal microservices.
Topic Series - Solo.io
API Gateway An API gateway is deployed in front of multiple APIs, serving as a single point of contact for external API consumers, as well as internal APIs and microservices.
API Gateways are going through an identity crisis - Solo.io
The API Gateway pattern helps to restore this notion. The key here is the API gateway, when it’s implemented, becomes the API for clients and applications and is responsible for …
API gateway vs. load balancer | Solo.io
Understand the differences between API gateways and load balancers, including their implementation, traffic management, capabilities, and use cases.
How API gateways support zero trust architecture - Solo.io
Feb 2, 2023 · As the zero trust model increasingly becomes the norm, API gateways will serve as critical support in organizations’ efforts to harden their security efforts. In this post we take a …
API gateway security: 7 best practices | Solo.io
A key function of API gateways is to improve API security. They also perform additional functions like rate-limiting, authentication, and analytics.