What is an API Gateway?

  Рет қаралды 59,279

Gaurav Sen

Gaurav Sen

Күн бұрын

Пікірлер: 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 26 күн бұрын
what company please
@nehakhatri3921
@nehakhatri3921 5 ай бұрын
You are best teacher
@MagnumCarta
@MagnumCarta 3 ай бұрын
He accepts either 1 lakh or one 1 latke.
@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 😇
@aryankr
@aryankr 3 ай бұрын
kudos to your work on the topic.
@gkcs
@gkcs 3 ай бұрын
Thank you!
@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
@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.
@NilakshMalpotra
@NilakshMalpotra 5 ай бұрын
Thanks! Great vid
@everybot-it
@everybot-it Жыл бұрын
Thank you!
@gkcs
@gkcs Жыл бұрын
Thank you 😁
@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
@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
@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...
@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?
@NeerajSharma-mz4es
@NeerajSharma-mz4es 11 ай бұрын
nice explanation
@shamisheth87350
@shamisheth87350 7 күн бұрын
Gaurav bhai even chat gpt recomended you for system design
@gkcs
@gkcs 5 күн бұрын
Cheers!
@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.
@muhammedshafeeh9133
@muhammedshafeeh9133 Жыл бұрын
Thanks gaurav
@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.
@z.719
@z.719 Жыл бұрын
Thanks 👍
@gkcs
@gkcs Жыл бұрын
Thank you!
@cripz4203
@cripz4203 Жыл бұрын
Our company uses AWS Chalice as the default tech stack now in almost all projects. 😅
@shabeebck3057
@shabeebck3057 8 ай бұрын
A this api gateway be netsjs ?
@mrrishiraj88
@mrrishiraj88 Жыл бұрын
Good day greetings
@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 and how do you design it? 🗒️✅
15:26
Gaurav Sen
Рет қаралды 732 М.
отомстил?
00:56
История одного вокалиста
Рет қаралды 6 МЛН
Touching Act of Kindness Brings Hope to the Homeless #shorts
00:18
Fabiosa Best Lifehacks
Рет қаралды 20 МЛН
Пришёл к другу на ночёвку 😂
01:00
Cadrol&Fatich
Рет қаралды 10 МЛН
An Unknown Ending💪
00:49
ISSEI / いっせい
Рет қаралды 51 МЛН
Microservices with Databases can be challenging...
20:52
Software Developer Diaries
Рет қаралды 38 М.
API Gateway vs Load Balancer vs Reverse Proxy: when to use what?
9:06
Software Developer Diaries
Рет қаралды 17 М.
Session Vs JWT: The Differences You May Not Know!
7:00
ByteByteGo
Рет қаралды 151 М.
Apache vs NGINX
7:53
IBM Technology
Рет қаралды 297 М.
Google system design interview: Design Spotify (with ex-Google EM)
42:13
IGotAnOffer: Engineering
Рет қаралды 1,1 МЛН
What is an API Gateway?
10:19
IBM Technology
Рет қаралды 311 М.
20 System Design Concepts Explained in 10 Minutes
11:41
NeetCode
Рет қаралды 1 МЛН
What is API gateway really all about? Java Brains - Brain Bytes
8:56
WHATSAPP System Design: Chat Messaging Systems for Interviews
25:15
Gaurav Sen
Рет қаралды 1,8 МЛН
отомстил?
00:56
История одного вокалиста
Рет қаралды 6 МЛН