This is perfect timing on this topic. I’m working on a new API gateway for my company .
@sumeshnayar7 ай бұрын
did you use a library if yes which one , any suggestions as i am working on api gateway for microservices . mern stack
@RahulM-br7io3 ай бұрын
what company please
@nehakhatri39217 ай бұрын
You are best teacher
@MagnumCarta5 ай бұрын
He accepts either 1 lakh or one 1 latke.
@shreyasgtrivikram84676 ай бұрын
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 😇
@UECAshutoshKumar26 күн бұрын
Thank you
@NilakshMalpotra8 ай бұрын
Thanks! Great vid
@r0075h3ll10 ай бұрын
Is it the Controller that is referred to as API Gateway, or are these two completely different? If so, then how?
@girishanker37966 ай бұрын
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)
@MagnumCarta5 ай бұрын
Controller if you mean K8s is part of the control plane. API Gateway is Ingress / reverse proxy.
@aryankr5 ай бұрын
kudos to your work on the topic.
@gkcs5 ай бұрын
Thank you!
@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 Жыл бұрын
Is api gateway is a persistent service? No. Then why is this required? Since this is stateless, deploying replica would serve the purpose
@sadashivudubalabhadra41869 ай бұрын
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-rc1np9 ай бұрын
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
@shamisheth873502 ай бұрын
Gaurav bhai even chat gpt recomended you for system design
@gkcs2 ай бұрын
Cheers!
@jairajsahgal7101 Жыл бұрын
Thank you for such a good topic
@NeerajSharma-mz4es Жыл бұрын
nice explanation
@muhammedshafeeh9133 Жыл бұрын
Thanks gaurav
@RicardoSilvaTripcall Жыл бұрын
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?
@everybot-it Жыл бұрын
Thank you!
@gkcs Жыл бұрын
Thank you 😁
@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 Жыл бұрын
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.
@mrrishiraj88 Жыл бұрын
Good day greetings
@ashishkumarmishra3570 Жыл бұрын
What is the algorithm working behind the load balancer forwarding requests to the POST service having the least load?
@gkcs Жыл бұрын
There are many: weighted round robin, least connections, etc...
@shabeebck305711 ай бұрын
A this api gateway be netsjs ?
@cripz4203 Жыл бұрын
Our company uses AWS Chalice as the default tech stack now in almost all projects. 😅
@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 Жыл бұрын
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.
@gopalsirotha Жыл бұрын
Are you currently hiring for interviewready ??
@gkcs Жыл бұрын
Content writers, yes 😁
@z.719 Жыл бұрын
Thanks 👍
@gkcs Жыл бұрын
Thank you!
@sachinbandil924510 ай бұрын
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
@rishiraj25483 ай бұрын
🙂👍🏻
@vaishalii_ Жыл бұрын
how come after two years of working you know so much,
@gkcs Жыл бұрын
It's 9 years of working 😛
@vaishalii_ Жыл бұрын
hahaha okay maybe i rushed through your linkedIn@@gkcs