About 227 results
Open links in new tab
  1. 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.

  2. 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 …

  3. 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 …

  4. API gateway microservices - Solo.io

    API gateways interactions between microservices and external users. Discover the three reasons your microservices architecture needs an API gateway.

  5. 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.

  6. 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.

  7. 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 …

  8. 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.

  9. 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 …

  10. 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.