Deep Dive: API Gateway

preview_player
Показать описание
This video covers about API Gateway indepth.

Join this channel by contributing to the community:

📌 Related Videos
================

🎬 Video Editing: FCP

---------------------------------------------------------------
🔥 Disclaimer/Policy:
The content/views/opinions posted here are solely mine and the code samples created by me are open sourced.
You are free to use the code samples in Github after forking and you can modify it for your own use.
All the videos posted here are copyrighted. You cannot re-distribute videos on this channel in other channels or platforms.
#APIGateway #APIPrimer #DeepDive
Рекомендации по теме
Комментарии
Автор

LB probably is after the gateway. Once service is discovered, that service will have multiple instances for scalability, so LB balances the hits going to a specific service.

gaureesha
Автор

Hi Ajay, one point I can think, With the API Gateway in front, external traffic would directly hit the gateway. This exposes the individual backend services behind it to potential attacks, bypassing security measures the gateway might offer or better to use some Stronger security Algo. otherwise that can too become single point of failure in those scenario :) . Wanted to know your insight here.

kunalsharma-zcho
Автор

Thank you for all the videos you create, I wish you could share which resources/books you use to learn all this topics.

manrique.varela
Автор

After api gateway - load balancer.. I guess only after service discovery happen load balancer process will be implemented.. kindly correct me if I am wrong

nagarajanr