Microservices Basics Tutorial | Spring boot | Interview Questions and Answers | Part-1 | Code Decode

preview_player
Показать описание
In this video of Code Decode we have covered Microservices basic and in next video we will demonstrate the same using Spring boot applications.

Udemy Course of Code Decode on Microservice k8s AWS CICD link:

Course Description Video :

Promo Code: CODE10

What are Monolith Application?
In Monolith Architecture the application is build as a single unit.
Such Applications comprises of client side interface, server-side application and a database.
Normally a monolith application have one large code base and it lack modularity

Disadvantages of Monolith Application
The code base get larger in size with time and hence it’s very difficult to manage.
It is very difficult to introduce new technology as it affects the whole application.
A single bug in any module can bring down the whole application
It is very difficult to scale a single module. One has to scale the whole application
Continuous deployment is extremely difficult. Large monolithic applications are actually an obstacle to frequent deployments. In order to update one component, we have to redeploy the entire application.

What are Microservices?
While Monolith Application works a single component, a Microservice Architecture breaks it down to independent standalone small applications, each serving one particular requirement. Eg, 1 Micro service for Handling all vaccination center operations , 1 for handling all the user base
Within this microservice architecture, the entire functionality is split in independent deployable module which communicate with each other through API’s(RESTful web services )

Advantages of Microservices
All the services are independent of each other. Therefore testing and deployment is easy as compare to Monolith application
If there is bug in one microservice it has an impact only on a particular service and does not affect the entire application. Even if ur Vaccination center service is down, u still have Ur users register to your application
With microservice architecture, it's easy to build complex applications.
It will give flexibility to choose technologies and framework for each microservices independently

How to start with Micro services?
Steps
If u have a monolith application, Identify all possible standalone functionalities.

Once u have identify them, you need to create standalone projects, we are taking spring boot to create these microservices.
You need them to interact with each other through some ways , It can be Rest Api or Messaging. We are going to use restful architecture for the same
But just doing this does not make sure the you have implemented microservices architecture. These are till now just 2 Restful web services. You need load balancer , eureka for service discovery (useful during load balancing and cloud deployments), API gateways and many more stuff.

Code Decode Playlists

Subscriber and Follow Code Decode

#codedecode #microservices #springboot #microservicestutorial
Рекомендации по теме
Комментарии
Автор

Your videos on every topic of java helped me a lot to clear interviews. Requesting you to upload microservices complete tutorial ASAP. Thank You

yasminealuru
Автор

I don't know your name, your really great and good explanation on every topic and I have watched max all your videos, its really helping me for interviews and for understanding the every topic, its helped me a lot.
Guys before attending interview just watch her all interview questions videos its really helping to us....

divyakakkirala
Автор

Excellent tutorial, the topics you covered and the time you took for each tutorial episode is impeccable. God bless you, you are helping lots of people like me.

mallikarjunreddycharla
Автор

Thanks for the videos.I got selected in Tcs

aleenajohn
Автор

Today is the first time I never skipped a second in youtube video..
Excellent explanation. Really really helpful and now I understood microservices 🙂
Thank you so much for all your hardwork and time to make these videos ... God Bless You

bsk
Автор

I watched several videos from Code Decode and learned a lot. Thank you Team.

ManishankarBolli-vogv
Автор

Hi code decode, your videos are very helpful . I do have a request if you can make a video on what is scaling and how to scale a springboot service and how to make it reliable . It would be great. This question is being asked in almost all the interviews now.

yogitamittal
Автор

That was a nice and simple intro to micro services. Thanks a lot.

vengateshm
Автор

This is the best channel I have came across. I have cleared the interview thanks to the channel. May god gives you all the happiness to you. Keep Posting videos and help us to gain knowledge.

saisree
Автор

Appreciate your content, nice introduction, waiting for next one.

vishalsepaia
Автор

Code Decode Team, hatsoff for the content and delivery !

vulligadlarohith
Автор

I love your videos..very clear, simple and informative..thanks a lot. Eagerly waiting for part 2

prathimas
Автор

These tutorials are very mych helpful for cracking interviews.
I hope these tutorial would help me to track my upcoming interview as a java developer.

reddaboinavasista
Автор

Thanks madam.. your videos are helping so much to prepare for interviews..

Waiting for microservices..

iask
Автор

Bcoz of following your videos..i got job madam...thanks.. please upload more videos on microservice madam

muralivangapandumohan
Автор

The way of explanation and content is unbelievable really it is helpful for our future reference can you please provide all the micro services interview questions

chenna
Автор

I have been following your channel for long time. Your videos and explanations are very super. If I want to refresh any topic in java I directly type your channel name and watch your classes. I even suggest your channel to my friends also. Thank you so much for your hard work .. :)

lakshtce
Автор

We want to learn more about microservice part madam.thank you so much for your videos madam.

muralivangapandumohan
Автор

really nice video.... thank you
waiting for next video

NikhilSharma-lyvu
Автор

@Code Decode HI, Is this tutorial covers all microservices topics, If not kinldy let meknow which topics i need learn apart from this

ParupudiHemanath-ifwo