Spring Cloud | What is Spring Cloud Really All About?

preview_player
Показать описание
In this lecture, we will understand what is Spring cloud really all about.

Spring Cloud provides tools for developers to quickly build some of the common patterns in distributed systems (e.g. configuration management, service discovery, circuit breakers, intelligent routing, micro-proxy, control bus, one-time tokens, global locks, leadership election, distributed sessions, cluster state).

My Udemy course: Building Microservices with Spring Boot and Spring Cloud

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

My Udemy course: Building Microservices with Spring Boot and Spring Cloud

JavaGuides
Автор

Awesome explanation, very straight to the point!
Thank you sir!

cacophony
Автор

Excellent presentation with a clear diagram, I understood everything very easily !

vjntstar
Автор

Thank you for making spring cloud simple and clear

anurani
Автор

May patience was running thin initially as I knew every pattern you were talking about but didn't realize how you would tie it with Spring Cloud. Great Explanation !

radhikaganesan
Автор

Thank you sir!!! Very helpful!
my personal takeaway is as follows. 
We want to build a web application which is a distributed system (supported by many microservices). There are many common patterns that will be used when building such system, including API gateway, config server, circuit breaker, distributed tracing, etc.
Spring Cloud provide these common patterns so that we don't have to reinvent the wheels, and we can happily build our own distributed system using Spring Cloud.

peacefulcat
Автор

looks like all the challanges (lb, service discovery/registry, circuit breaker, distributed tracing, mtls east west whitelisting) can be solved using service mesh in kubernetes (linkerd, consul-connect, istio, etc) ?

jazzindo
Автор

Thanks a lot. one of the best video I have ever seen.

abhilashpatel
Автор

It is simple and awesome explanation. Thanks

yrdytmv
Автор

I am buying your udemy course on microservice s. Does it have all these content. I am the techlead for a backend Java restful project . But doesn't have micro services hands-on

subramanianchenniappan
Автор

1. API Gateway
2. Config server
3. Circuit Breaker Pattern
4. Service Registry and discovery (maintains host name and port)
5. Distributed Tracing
6. Load balancing
7. Centralized security

murthyinutube
Автор

I have one question. Let's say in microservice 2 and microservice 1, there is an entity called User. They both are the same entity. Then, this User entity is updated in microservice 1. How do I maintain this User entity to always be the same between both microservices?

TheDamnedCook
Автор

Please Sir Spring boot + angular videos in Hindi

chetan_rajputt