Man, You are a master of every subject you talk about. Keep up the nice work
@dev-skills6 жыл бұрын
Importance of resiliency for every micro-service to deal with cases when other services are unavailable is very well emphasized.
@lukealadeen78362 жыл бұрын
Best explanation on the topic I've seen, I had to subscribe. Thanks!
@gurjarc16 жыл бұрын
good intro. Independent scalability and deployment are key things. It would have been good if you stressed each micro Service has its own data store rather than sharing (i see many corporate writing micro services with shared DB which kills independ deployment and scaling) Also Your topic did not cover how these individual microServices communicate with each other. How does Driver Service let passenger microService the location of the cars .. Actually in Uber, they use Kafka for uber scale real time messaging.
@sergebyusa63883 жыл бұрын
Good job, now I have a clear view on how microservice architecture is deferent from Monolithic architecture from this Uber example. Thank you
@sanjaymundra64735 жыл бұрын
Very nicely presented with a perfect example. I have spent time on other videos, but all were showing the bookish definition of microservices... with your video, anyone can understand about this in one shot. Thank you, will wait for more videos. The data store (mysql) part was not clearly explained in microservice part.
@anilmirya83545 жыл бұрын
BG music little disturbing, please take care it. Thanks for ur Knowledge sharing
@sumitbabel54153 жыл бұрын
Thanks a lot for sharing a real use case
@usmanahmad89953 жыл бұрын
Pronunciation of billing is awesome 😂
@ziga95 жыл бұрын
An easy and simple explanation, well done!
@TechPrimers5 жыл бұрын
Thank you. Glad that was helpful!
@cubasknation6 жыл бұрын
Great tutorial. Can you please do additional break downs of other platforms like Instagram, Netflix etc on how they employ microservice architecture. Thank you in advance
@skumarv126 жыл бұрын
Very good explanation on the concept of Monolithic and Microservices. Keep up the good work Thank you!
@xumar55902 жыл бұрын
Nicely Explained
@yesubabu28802 жыл бұрын
Why the Ui calls r not gng thr api gateway- regarding passengers web UI, and Psngr web Ui is directly calling the passenger management api with out api gateway? Is this the right screenshot from Uber?
@chrystarinze5 ай бұрын
If you're hosting your services on Aws for example, would each micro service seat on it's own EC2 instance? Someone should please link me to a video that explains how to go about the hosting of the different microservices and how to manage redundant server cost after creating the microservices
@SagarHingalAI4 жыл бұрын
Thanks for the video!
@kevitvlog7 жыл бұрын
Got a basic idea. Waiting for your next video to learn how exactly we should handle the system failures.
@TechPrimers7 жыл бұрын
Sure Hemendra. Meanwhile you can check my videos on Hystrix (which is a design pattern for circuit breakers)
@geekaffairs64753 жыл бұрын
Why the API gateway is only for clients and not for internal services?
@anichoyo5 жыл бұрын
Hello Thanks, please provide guide for how to design architecture for User management, word processor and media manager Micro services?
@anuraggupta40836 жыл бұрын
Excellent. Clear and precise.
@kidsfun3814 жыл бұрын
excellent efforts
@TechPrimers4 жыл бұрын
Glad it was helpful 👍🏻
@dhananjaypitani78184 жыл бұрын
thanks very helpful!
@filz4461 Жыл бұрын
your content is great, but the background music is stressful. I couldn't finish the video.
@dileepbalineni5 жыл бұрын
Hi bro nice video I am new to micro services and containers. I am able understand most of the concepts of micro services and containers but am unable apply these for my project it would be great if you can help me out
@AatmikMishra5 жыл бұрын
very nice video my friend ..... its is so unique to watch
@TechPrimers5 жыл бұрын
Thank you. Glad that was useful!
@nileshmunnur5733 жыл бұрын
I am building a containerized web application that has a .net frontend container and a REST Api backend container. I'd like to know which of these options is the best for our needs: · Deploy everything in the same cluster and node pool and let kubernetes manage and scale them as needed · Deploy everything in the same cluster and 2 different node pools with different machine types and node limits for frontend and backend · Deploy frontend and backend in different clusters all together with a single node pool each
@karthikeyansekar43424 жыл бұрын
Hi Team, Can you post the video for converting from Legacy system to Microservices using Java Hands-On implementation
@rudhisundar5 жыл бұрын
Thank you, Bhai! For that clarity! Thank you a lot!! Can you also speak about Instagram and Netflix architecture?
@venkatasubbareddy.g22836 жыл бұрын
Hi bro, can u upload the one simple project on angular js with spring MVC, boot,microservices, hibernate with MySQL db. Waiting for Ur response
@rakeshroshan8295 жыл бұрын
Good consolidated explanation of microservice. Microservice is individual and autonomous service. Can u please make a video on JMS and MQ, when go for JMS or MQ
@Whatevername746 жыл бұрын
how do we design realtime geolocation tracking like uber does. how kafka and mongo are integrated. please post something on that.
@bimalkumar7125 жыл бұрын
Nice one.. Can you please make a video on how to implement transaction across microservices.. thanks in advance
@PadamAgrawal6 жыл бұрын
Could you please create Micro services architecture for POS, or Amazon Repricer or Health (gym) marketplace .... Thank you so much for such informative video...
@kunalr_ai6 жыл бұрын
Thank you for free education
@ghanshyam0144 жыл бұрын
Thanks bro..... It's really helpful Please make more videos for dotnet developer based on micro services and docker...😊
@JuanTorres-jn4qu4 жыл бұрын
Excellent video. Which software you use to design those architectures?
@TechPrimers4 жыл бұрын
Google slides
@JuanTorres-jn4qu4 жыл бұрын
@@TechPrimers Thanks. The design looks really cool and easy to explain.
3 жыл бұрын
Hello, I would like to know what software was used to create this diagrams
@TechPrimers3 жыл бұрын
It was google slides
3 жыл бұрын
@@TechPrimers I mean the arquitectural diagram of the microservices
@khanyithegreat6 жыл бұрын
This was a good video on architecture man. bravo
@basavaprabhusr99302 жыл бұрын
Can I get code for designing Uber microservices architecture
@mamathas37707 жыл бұрын
Would you able to suggest to use micro services for banking transaction ? like a message coming from POS termina , parse the message , validate and pushes to Issuer ?
@TechPrimers7 жыл бұрын
Yes Mamatha, all banks are moving towards microservices architecture. But we need to know the pros and cons of microservices before going into a big bank microservices arch.
@saifeddinebargui83606 жыл бұрын
Hello thx 4 the Video, can u bild an application using this Technologie: Eureka, Zuul, Ribbon, Hystrix, FeignClient + OAuth 2.0, SpringDate ?
@ramkumarnillavazagan61087 жыл бұрын
Can you explain how you manage the databases in microservice architecture because one service depends on other service for data etc.
@PP-ct4kd6 жыл бұрын
Neat and clean and informative
@Virat777997 жыл бұрын
Waiting for ur spring boot app microservices video,also please explain how database is involved in microserices application in ur next example
@TechPrimers7 жыл бұрын
Sure shabarish. Will ping you once the video is ready
@romannagel24145 жыл бұрын
Nice!! and Thanks!
@rockyboy9766 жыл бұрын
Fantastic video. I have just one quick question if its okay. Is there a way I can find out if a website is built on a monolithic or microservice architecture by reviewing the source code for example.....or any other way?
@TechPrimers6 жыл бұрын
no you cannot. In general companies have API gateway which exposes only 1 server to the UI. Hence you cannot differentiate between monolith and microservices
@santanu36335 жыл бұрын
nice explanation. thanks...
@azharmobeen6 жыл бұрын
Thanks for sharing
@prasathm13656 жыл бұрын
What about database connection in this updated microservice architecture ? How intra components shares each data?
@TechPrimers6 жыл бұрын
i havent shown that in this video Prasath. Ingeneral every microservice wil hav its own DB.
@cancer10in5 жыл бұрын
7:20 How else do you think such scenarios should be covered? If billing is down, it cannot directly interact with the user and tell that the billing service is down. It has to tell the trip management that it is down and the trip management will convey the same message to the user.
@TechPrimers5 жыл бұрын
Correct. You can display that Bill has not generated or bill Service is down for maintenance. And in the background you can actively monitor using alerts and fix it to reduce direct impact
@eshwarm92144 жыл бұрын
@@TechPrimers In Resiliency FailOver needs to be handled properly (or more replication needs to be taken care)and if you have large number of transactions then needs to ensure offline handling or queueing mechanism. Resiliency standard says, 99.99999% your system should be up and running. If the system fails then atleast piping it for the later processing so that things will be in place.
@mytool31326 жыл бұрын
Hi is Microservices Architecture a good approach for a survey application (online or offline data collecting, statistics and report generation , web , desktop and mobile end users, etc...)
@TechPrimers6 жыл бұрын
Its upto your size of the application. we cannot generalize saying its good or bad. I would suggest start with monolith. If you are not able to manage, split it as microservices
@mytool31326 жыл бұрын
Clear ! Thanks
@PADMORE5045 жыл бұрын
Hi what’s the best way to contact you directly
@shantiswarupsatapathy79036 жыл бұрын
Hello , I need to know if there is any industry standard to follow on how to split a monolithic application. Kind of guiding principle.
@TechPrimers6 жыл бұрын
Hi Shanti, there is no industry standard explanation, but you can check 12 factor app or cloud native design principles for creating microservices design pattern
@leelaprasadjagu31777 жыл бұрын
Thanks Ajay for making us understand micro service architecture
@dokwme12117 жыл бұрын
Can you do complete end to end series on spring boot, spring data, angular with microservices It will be really helpful
@TechPrimers7 жыл бұрын
Sure Avinash. Will ping you once the video is ready
@dokwme12117 жыл бұрын
Bwt really helpful video & Excellent high level explanation
@AndreasFelix6 жыл бұрын
The interessing part how the micro services connect to the database was not in the micro service structure.
@GauravSharma-wb9se6 жыл бұрын
I have a doubt here i.e. API Gateway is not involved if request is coming from web UI ?...web UI is browser only if i am not wrong. So API Gateway is only for the mobile apps ?
@TechPrimers6 жыл бұрын
API Gateway will be the entry for all requests, UI+Mobile apps.
@devendernini Жыл бұрын
On which platform you have the diagrams
@TechPrimers Жыл бұрын
Google slides
@amitrajput82995 жыл бұрын
Very helpful
@anirbanroy15246 жыл бұрын
Excellent one for understanding
@sushil12007 жыл бұрын
In micro-service architecture diagram where is the mysql adpater?
@dheerajs28386 жыл бұрын
very good video.
@Egtecno6 жыл бұрын
Nice tutorial! keep it up...
@manjirigurav10747 жыл бұрын
Hi I have an case study , Can you please help me to design a ,micro service architecture on that case studies and also need to understand the internal and external architecture.
@TechPrimers7 жыл бұрын
can you share the case study manjiri. I can help with the design
@hemanshu05036 жыл бұрын
The video is knowledgeable but please don't add background music as it;s really irritating.
@ssd27may19876 жыл бұрын
nice video... very well explained..
@alisunjaya6 жыл бұрын
How can be this a microservice? Service call another service?
@anilnaidu47517 жыл бұрын
hi bro i am anil now i understand what is microservices i am feel very happy to say this thing and one more could please do video on how to make service call in angular js to store json object along with image in spring boot jpa store in mysql database image is important
@TechPrimers7 жыл бұрын
+anil naidu sure will try that anil
@anilnaidu47517 жыл бұрын
thank you so much
@TheAshis206 жыл бұрын
Thank you very much. This is giving me good understaning of micro sevice architecture. The use case example is good. Can you please create another video describing disadvantages of this architcture
@TechPrimers6 жыл бұрын
sure
@rp9626 жыл бұрын
Another one from Martin Fowler is also worth watching
@rageshsharma43687 жыл бұрын
It's very helpful... could you please explain some with real time examples
@TechPrimers7 жыл бұрын
Sure Ragesh. I'm going to do that. Meanwhile you can check my other videos on Live Coding where i have showed how to create microservices with Zuul, Eureka, etc.,
@rageshsharma43687 жыл бұрын
Tech Primers ya sure.. thanks..
@jeroenj74946 жыл бұрын
Right?
@sakhawatali94816 жыл бұрын
Why not use RPC for internal service calls? RPC will make system work faster.
@kgehmlich4 жыл бұрын
It's not uncommon for APIs that start off internal to be made public, e.g. for clients to build custom workflows around your service. Starting with a RESTful design can make it easier to open up the API down the road.
@irvinge46416 жыл бұрын
nice content man! did you work at uber before? or did you go to the uber blog engineering for this?
@TechPrimers6 жыл бұрын
Thanks mate. I attended a Meetup Session in that the instructor showed the Uber architecture. Also i saw the uber engineering blogs. Btw, I have not worked with Uber
@abkyabacha6 жыл бұрын
This is a straight-up example from a book on microservices by Chris Richardson. Here you go: www.nginx.com/blog/introduction-to-microservices/
@irvinge46416 жыл бұрын
this link is nice, thanks dude
@VikramBhaskaran6 жыл бұрын
What is the software used to create the diagram?
@TechPrimers6 жыл бұрын
it's Google Slides.
@tusharchoudhary88766 жыл бұрын
Specifically for Diagrams or charts, you can use Microsoft Visio too.
@TheMudgal6 жыл бұрын
I'm Also waiting for mircoservice architecture implementation
@TechPrimers6 жыл бұрын
Hi Sunil, you can check that video here - kzbin.info/www/bejne/qJ22aph-atl4pLs
@tukarampatil28396 жыл бұрын
Thanks man :)
@jaishantbiradar1727 жыл бұрын
Thanks
@maanasvohra81333 жыл бұрын
Please remove the background drum music while you're talking. It is a bit distracting tbh.
@vijay5175016 жыл бұрын
Thank you so much
@ashoksingh-qy8nf6 жыл бұрын
Thanks Ajay,this was really helpful.. can you please explain a microservice architecture for banking sector, it will really help me a lot.
@TechPrimers6 жыл бұрын
There is no defined microservices architecture for banking. Like any other design principles or standards, these are just design principles which are standard across the tech industry
@snadeem94484 жыл бұрын
pls disable the background music, whta's the point?
@smehta3442 жыл бұрын
Please background music don't add in video.
@abhirb125 жыл бұрын
Many points were missed.
@abkyabacha7 жыл бұрын
This is not what Uber architecture is like...its a hypothetical example taken by Chris Richardson ...These are screenshots from the blog www.nginx.com/blog/introduction-to-microservices/
@himanshupancholi57856 жыл бұрын
The music in the video is very annoying. The content is good, but hard to hear with the music in the background.
@SarojKumar-lb5gs6 жыл бұрын
Flipkart or Amazon might be using microservice I guess because the number of people search for products is more than number of people buy .
@TechPrimers6 жыл бұрын
yes they do
@abhirb125 жыл бұрын
They obviously do
@onlineuser49422 жыл бұрын
Is there any native English speaker left on KZbin
@AnilSingh-wt6gz4 жыл бұрын
The communication across microservices is NOT via REST API for all.
@i-am-learning-life4 жыл бұрын
Grpc ??
@nitesh160776 жыл бұрын
Hey please background music man....
@DJSS8556 жыл бұрын
Thnx Ajay
@TechPrimers6 жыл бұрын
my pleasure Dhananjaya
@aaqibhamdule73 Жыл бұрын
Bill-Ling
@sum1987it6 жыл бұрын
Hate that music! It's not a thriller please :)
@amitpalve60893 жыл бұрын
Copied from Nginx website 😉
@GBlunted2 жыл бұрын
What is with the music?? Like wtflol?
@mmfawzy48504 жыл бұрын
music is annoying
@janemf Жыл бұрын
Oh hey shout out to some of the worst years of my life
@janemf Жыл бұрын
Also holy moly how did you get this so incredibly laughably wrong? This isn’t just ignorant, it’s deceptive. Please don’t do this.