API Gateway vs Load Balancer vs Reverse Proxy: when to use what?

preview_player
Показать описание
======⚡⚡⚡======

What is the difference between an Reverse Proxy, a Load Balancer and an API Gateway? All of them seem to be doing similar things within the networking ecosystem. But there are subtle differences that every Software Engineer and Architect should be aware of.

📚 Resources:

And don't forget to subscribe for more videos like this 😊
Рекомендации по теме
Комментарии
Автор

Please more of these basics! You are the only channel I could find that actually puts the pieces together while giving me clear, understandable information on both a detailed AND abstract level.

shiningview
Автор

So glad I stumbled upon your videos. You deserve so many more views/subs. Keep going!!

blakecpowers
Автор

Been learning from your advance node.js series
Thanks you

I would definitely love if you would plan to release some form of course

keshavakumar
Автор

So it's correct to say that when we have system under not much pressure (like 500 requests/hour) and we don't have complicated microarchitecture with a lot of different APIs reverse proxy + load balancer is enough? Otherwise we can use API Gateway to take benefit from e.g service discovery?

Anyway great, practical source of knowledge! Thank you!

_paczkow
Автор

Can we have live example of the last architecture yo mentioned. It was an awesome video. 🥰

swapnilshingote
Автор

What Visualization you use to draw your solutions? a educational video as always.

codingbreak
Автор

What software do you use for diagraming?

boiyedove
Автор

that like button got smashed just cause of that Freddie mercury moustache

chrisalexthomas
Автор

The last architecture seems way too complicated and overengeered to me. Ingress controller is already load balancing and the service as well why do you need an api gateway?

yotu