Visit complete System Design roadmap

← Back to Topics List

Gateway Routing

Route requests to multiple services or multiple service instances using a single endpoint. The pattern is useful when you want to:

  • Expose multiple services on a single endpoint and route to the appropriate service based on the request
  • Expose multiple instances of the same service on a single endpoint for load balancing or availability purposes
  • Expose differing versions of the same service on a single endpoint and route traffic across the different versions

To learn more, visit the following links:

Roadmaps Guides Videos About YouTube

roadmap.sh by Kamran Ahmed

Community created roadmaps, articles, resources and journeys to help you choose your path and grow in your career.

© roadmap.sh · FAQs · Terms · Privacy