Build Microservices with Ocelot API Gateway in .NET Core

Jay Krishna Reddy
Nerd For Tech
Published in
4 min readMar 26, 2021

--

Microservices with Ocelet API Gateway

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:

  1. Monolith Architecture
  2. 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.

Disadvantages of Monolith:

--

--

Jay Krishna Reddy
Nerd For Tech

✍🏼 Sharing my interesting discoveries about technology