Тёмный

How the Netflix Eureka server works internally? and How the Zuul Proxy communicates with Eureka? 

Talk2Amareswaran
Подписаться 6 тыс.
Просмотров 11 тыс.
50% 1

How the Netflix Eureka server works internally? and How the Zuul Proxy communicates with Eureka?
#talk2amareswaran
#netflix
#netflixeureka
#eurekaserver
#zuulproxy

Опубликовано:

 

3 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 23   
@smk8880
@smk8880 4 года назад
I'm clear until developing microservices. But, the further flow towards Cloud implementation is not clear. Please help me clarify on the below as i have not worked on real-time project: 1. Do we need jars or wars of Microservices? 2. Code changes committed to GitHub. a. How do jenkins pick this code for CI? b. How do Docker pick the jenkins file? 3. Should we install all these Dev-Ops tools independently (or) should these tools be installed inside Docker? 4. How to move Docker (with microservices) to AWS?
@ArshadKhan007
@ArshadKhan007 5 лет назад
Nice lecture... Please continue this series
@Talk2Amareswaran
@Talk2Amareswaran 5 лет назад
Sure.
@gauravdas1000
@gauravdas1000 4 года назад
Thank you for uploading... now I need to deploy the eureka servers/clients to AWS (Without ECS). Can you please guide me with the best practice.
@mahdadzarafshan
@mahdadzarafshan 4 года назад
I've seen an architecture in which they are using Zuul and another load balancer. You mentioned that Zuul does the load balancing as well, so in this case, the other load balancer was redundant? I mean they could have used Zuul's load balancing feature?
@ranjan098
@ranjan098 2 года назад
@Talk2Amareswarn please answer this question . :)
@thirue8237
@thirue8237 5 лет назад
Can you explain about how discovery server works internally ,
@anup2516
@anup2516 5 лет назад
Nice. I understand a lot. Thanks a ton.
@Talk2Amareswaran
@Talk2Amareswaran 5 лет назад
Thank you. Please subscribe my RU-vid channel
@Shiva-gj9on
@Shiva-gj9on 5 лет назад
We can change the port of zuul also right?
@Talk2Amareswaran
@Talk2Amareswaran 5 лет назад
Yes. But when we go for the production environment 443 is good
@shaktiranjan2712
@shaktiranjan2712 5 лет назад
But in this case if Eureka Server goes down then all micro servce componets wont be available...this will lead to a serious issue...so how we can avoid it?
@Talk2Amareswaran
@Talk2Amareswaran 5 лет назад
Good question.. we can run more than one eureka server and register them itself. So that if one goes down another will run.. when you are going to be production ready application running more than one eureka is a good option
@shaktiranjan2712
@shaktiranjan2712 5 лет назад
Can you please help me on this?
@shaktiranjan2712
@shaktiranjan2712 5 лет назад
@@Talk2Amareswaran Thank you
@Talk2Amareswaran
@Talk2Amareswaran 5 лет назад
Sure... I am a software consultant and solving a developer issues as paid service. If you are ok? Then i will build a sample and send it to you.
@shaktiranjan2712
@shaktiranjan2712 5 лет назад
@@Talk2Amareswaran I am moving to MS so facing different type of questions on Intv..sometimes getting confused..if u have any paid service ,which will help me let me know?
@BGShopCZ
@BGShopCZ 5 лет назад
How will US resolve/call PS? Should it also call Zuul proxy? Obviously this example is not a good services composition design, but I hope it illustrates the idea of one micro service calling an other one.
@bonnysinha1229
@bonnysinha1229 4 года назад
US will call PS through a load balanced rest template and will refer to the registered service name of PS. So, in case of an instance of PS failing, the request of US should still go through.
@cheesypufs
@cheesypufs 2 года назад
I mean the...