Build Microservices with Ocelot API Gateway in .NET Core
Published in
4 min readMar 26, 2021
In this article we are going to learn about Microservice architecture and its implementation using Ocelot API Gateway in ASp.Net Core 3.1. We all know the benefits of using Microservices for large-scale applications.
Microservice Architecture — Overview
There are two possible ways to build and structure the applications:
- Monolith Architecture
- Microservices Architecture
Monolith Architecture
Monolith is like a big container, wherein all the software components of an app are assembled and tightly coupled; i.e each component fully depends on the other. There are advantages and disadvantages to Monolith. Compared to Microservices the advantages are less in Monolith Architecture.