Тёмный

What is an API Gateway? 

Gaurav Sen
Подписаться 593 тыс.
Просмотров 60 тыс.
50% 1

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

 

26 сен 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 45   
@olajohnson8101
@olajohnson8101 Год назад
This is perfect timing on this topic. I’m working on a new API gateway for my company .
@sumeshnayar
@sumeshnayar 5 месяцев назад
did you use a library if yes which one , any suggestions as i am working on api gateway for microservices . mern stack
@RahulM-br7io
@RahulM-br7io Месяц назад
what company please
@shreyasgtrivikram8467
@shreyasgtrivikram8467 4 месяца назад
Topic is Explained very nicely . Would it be possible for you to provide the link for the free resource on CDN's on how they deliver live streaming . Would be really helpfull Thank you 😇
@nehakhatri3921
@nehakhatri3921 5 месяцев назад
You are best teacher
@MagnumCarta
@MagnumCarta 3 месяца назад
He accepts either 1 lakh or one 1 latke.
@r0075h3ll
@r0075h3ll 8 месяцев назад
Is it the Controller that is referred to as API Gateway, or are these two completely different? If so, then how?
@girishanker3796
@girishanker3796 4 месяца назад
The controller is actually part of your service itself. Gateway is a server which routes the incoming client requests to the service ( which will hit the controller inside the service)
@MagnumCarta
@MagnumCarta 3 месяца назад
Controller if you mean K8s is part of the control plane. API Gateway is Ingress / reverse proxy.
@dpynsnyl
@dpynsnyl Год назад
to avoid SPOF in a single geographic location, we can also use something like Raft or Paxos to manage consensus and leader election.
@SubhramRana
@SubhramRana Год назад
Is api gateway is a persistent service? No. Then why is this required? Since this is stateless, deploying replica would serve the purpose
@aryankr
@aryankr 3 месяца назад
kudos to your work on the topic.
@gkcs
@gkcs 3 месяца назад
Thank you!
@sanjeevkumarrai8440
@sanjeevkumarrai8440 Год назад
API gateways are used when client wants to call any of the endpoint right. but how does two microservice A and B will communicate with each other. Is it via gateway even when we use restTemplate to make API calls? Please answer this question
@gkcs
@gkcs Год назад
They communicate with each other directly using GRPC or some other protocol. Have a look at my WhatsApp System Design video to get ideas around this.
@sachinbandil9245
@sachinbandil9245 8 месяцев назад
sir good evening as i am new to programming world and facing several challenges while solving the questions can you please help me to overcome come from this problem i want to learn these technologies
@jairajsahgal7101
@jairajsahgal7101 Год назад
Thank you for such a good topic
@sadashivudubalabhadra4186
@sadashivudubalabhadra4186 7 месяцев назад
Why do we need to add Authorization, validation, rate limit..etc in api gate level. We can add it in each microservice level correct?
@RiteshYadav-rc1np
@RiteshYadav-rc1np 7 месяцев назад
yes you can do it but it will create unnecessary load on microservices why not to prevalidate all this things in api gateway so thats the crux
@RicardoSilvaTripcall
@RicardoSilvaTripcall 11 месяцев назад
Great video as always, if it's possible, I would like to hear more about different techs or patterns that enable 3rd party services to communicate with each other without the need of API gateways. API Gateways also acts as a Reverse Proxy, so your internal services are not exposed to the internet, how to do that without a proxy or a direct VPN link?
@shamisheth87350
@shamisheth87350 12 дней назад
Gaurav bhai even chat gpt recomended you for system design
@gkcs
@gkcs 10 дней назад
Cheers!
@ashishkumarmishra3570
@ashishkumarmishra3570 Год назад
What is the algorithm working behind the load balancer forwarding requests to the POST service having the least load?
@gkcs
@gkcs Год назад
There are many: weighted round robin, least connections, etc...
@atulrai1713
@atulrai1713 Год назад
Why do we need to make a deployment on API Gateway in case of contract changes in any of the services? It is because you are also validating the incoming requests (validating request payload) on API Gateway? Also, Does all the validation and authorization logic in API gateway goes inside the API Gateway Authorizer?
@Prashantsingh896
@Prashantsingh896 Год назад
Right, lets say we are checking the incoming req against a predefined schema so any changes to that schema would need a new deployment. Otherwise incoming requests would be validated against the old schema. Also not all validation/authorization logic goes in gateway, it can reside in service itself also.
@NilakshMalpotra
@NilakshMalpotra 6 месяцев назад
Thanks! Great vid
@NeerajSharma-mz4es
@NeerajSharma-mz4es 11 месяцев назад
nice explanation
@everybot-it
@everybot-it Год назад
Thank you!
@gkcs
@gkcs Год назад
Thank you 😁
@muhammedshafeeh9133
@muhammedshafeeh9133 Год назад
Thanks gaurav
@cripz4203
@cripz4203 Год назад
Our company uses AWS Chalice as the default tech stack now in almost all projects. 😅
@mrrishiraj88
@mrrishiraj88 Год назад
Good day greetings
@shabeebck3057
@shabeebck3057 9 месяцев назад
A this api gateway be netsjs ?
@z.719
@z.719 Год назад
Thanks 👍
@gkcs
@gkcs Год назад
Thank you!
@gopalsirotha
@gopalsirotha Год назад
Are you currently hiring for interviewready ??
@gkcs
@gkcs Год назад
Content writers, yes 😁
@rishiraj2548
@rishiraj2548 Месяц назад
🙂👍🏻
@vaishalii_
@vaishalii_ 11 месяцев назад
how come after two years of working you know so much,
@gkcs
@gkcs 11 месяцев назад
It's 9 years of working 😛
@vaishalii_
@vaishalii_ 11 месяцев назад
hahaha okay maybe i rushed through your linkedIn@@gkcs
@abhijeetsingh2933
@abhijeetsingh2933 Год назад
War story?
@abhijeetsingh2933
@abhijeetsingh2933 Год назад
@@Elwacho1964 ? I didn't get it
Далее
What is an API Gateway?
10:19
Просмотров 313 тыс.
+1000 Aura For This Save! 🥵
00:19
Просмотров 4,1 млн
We finally APPROVED @ZachChoi
00:31
Просмотров 3,2 млн
What is an API and how do you design it? 🗒️✅
15:26
20 System Design Concepts Explained in 10 Minutes
11:41
API Gateway Vs Load balancer - Simplified Explanation
15:26
What is DATABASE SHARDING?
8:56
Просмотров 928 тыс.
What is API Gateway?
3:26
Просмотров 290 тыс.
Top 6 Most Popular API Architecture Styles
4:21
Просмотров 910 тыс.
+1000 Aura For This Save! 🥵
00:19
Просмотров 4,1 млн