• Post category:StudyBullet-5
  • Reading time:4 mins read


What you will learn

You will learn what is Microservices Architecture and how its different from Monolithic Architecture

You will learn different components of Microservices Architecture

You will learn different Microservices pattern like API Gateway, Central Configuration, Service Discovery, Circuit Breaker, Message Broker, Session Handling etc

You will learn about Inter Service communication between different services

You will learn about Advantages and Disadvantages of using Microservices Architecture

You will learn all the concepts with Real World examples and scenarios

Description

In this course, you will learn everything about Microservices Architecture with Real World examples and Use Cases.

This course will help you a strong understanding of Microservices Architecture and how Microservices Architecture differs from traditional Monolithic Architecture.

This course will also help you quickly prepare for your Microservices Interview.

Following are the topics that will be covered in this course:

1. What is Microservices Architecture and how it’s different from Monolithic Architecture

2. What are the different components of Microservices Architecture

3. What are the different Microservices pattern like API Gateway, Central Configuration, Service Discovery, Circuit Breaker, Message Broker, Session Handling etc, you will learn every design pattern with real-world use case

4. How to do Inter-Service communication between different Microservices Component.


Get Instant Notification of New Courses on our Telegram channel.


5. What are the different Rest clients that will help you call one microservice from another microservice

6. When to use which Rest client and its advantages and disadvantages

7. What are the Advantages and Disadvantages of using Microservices Architecture

8. Reasoning behind the Advantages and Disadvantages of using Microservices Architecture

9. Cover all concepts with Real World examples and scenarios

10. We will also look at the different components of Microservices architecture and what each of the components contributes towards the development of a robust future proof Microservices Architecture

English
language

Content

Introduction and Overview

Monolithic vs Microservices Architecture
Components of Microservices Architecture
Advantages and Disadvantages of Microservices Architecture

Design Patterns in Microservices Architecture

Config Server and Central configuration
Spring Cloud Bus and Message Broker
Service Discovery Pattern with Netflix Eureka Server
Circuit Breaker Pattern and Hystrix or Resilience4J
Spring Cloud Slueth and ELK stack distributed logging
Event Driven communication with Spring Cloud Stream
API Gateway Pattern with KeyCloak Authentication

Inter Service Communication & Session management

Inter service communication, RestTemplate WebClient FeignClient
Session management with Redis Cache