3:10 Feature #1 Separate out cross cutting concerns 3:56 Feature #2 Separate and consolidate cross cutting concerns across microservices 6:52 Feature #3 Replacing multiple client calls with single API call. And, some features of reverse proxy 8:22 Feature #4 Routing based on headers, paths and params etc. And, some features of Load Balancer component
So much of talent to explain in layman terms ... anyone can understand with this simple method ... hats off to your knowledge ... only one video is enough to understand the concept ... didn’t browse much after this 😊
This actually is a brilliant explanation of API Gateway as a concept and not as a product waiting to be sold by its vendors. Beautifully explained. Thank you.
I do not usually write comments, but cannot help after watching this video. Best ever tech learning video I have seen. Being from a non-app side of IT, the slides and content made me understand API gateway. Thanks !!
Yayy !! gr8 topic. How api gateway achieves load balancing? *Answer:* The Zuul proxy server (API Gateway) is designed by default to work on the Spring products. As such, Zuul will automatically use Eureka to look up services by their service IDs and then use Netflix Ribbon to do client-side load balancing of requests from within Zuul.
Thanks for sharing! Interesting side note: recently Netflix decided to completely adopt Spring Cloud projects (built on top of Netflix OSS) instead of using their own components.
I see your videos before any interview and it helps a lot. You have a awesome quality to explain concepts in neat diagrammatical ways in short time and your voice and words are very clear and to the point. Thank You.
You’re amazing at explaining the concepts with use cases, trade offs and other aspects. Would love for you to share more videos on other topics like Databases, cloud technologies, Python, etc.
Beautifully explained. At the end, after watching many vedios got one, that makes sense. Waht an explaination. Trust me Sir, you should be a trainer, if not already.
Good stuff, but just a little correction. At 10:30 Apache, HAProxy and Nginx aren't API Gateways per se. They are load balancers and reverse proxies, but they don't provide a full set of features to be API Gateways by themselves. Softwares like Kong API Gateway build on top of Nginx to build provide the full set of features to serve as API Gateways.
@@GuillermoPradoObando WSO2 API Manager is a fully opensource full API life cycle management solution which consists of 2 gateways (i.e. a regular gateway for the VM world and microgateway for the container world) More in wso2.com/api-management/
Awesome. Very well explained, short, precise, confusion less and nicely articulated. This is exactly what I needed to understand the API Gateway. You are truly a player for sure.
Great explanation. I got a recommendation while I was watching something in youtube, then I clicked the link. After watching your explanation, I subscribed to your channel. Some of the concepts which we study at University are really not visualized in the mind. Like the way you explained API gateway, now it visualized everything in my mind. Thank you very much for keeping things simple, clear.
Awesome video. Your calm voice, moderate pace and neatly leading from examples/pain point to solution is helping me understand the concepts very well. Great job. I used to wonder, whether there is scope to create videos on topics for which there are many existing videos. Your content is the perfect example that there is always better and different way to explain things. Thanks for making these.
Recently I watched a video related to API gateway but I couldn't get more context,that why we have to use API gateway. But now I got clear picture .. Thanks guruji....
Awesome explaination! Really helped me follow what you were trying to convey. Need to watch this video a few more times to get this well into my head. Great and such a simple explanation for something too complex to understand for me. Subscribed to your channel. Keep posting such amazing videos. Thanks!!!
The knowledge you’ve is absolutely unmatchable… and cherry on top is the way you explain the concepts🤟🏻 I understand .Net tech stack only, still watching your videos to understand the concepts. Would you please make such more videos on microservice patterns?
This video is very excellent video about the API Gateway for micro services. I have seen many videos but there is no such a wonderful video which explains about API Gateway this level. I really appreciate you my friend. Please post many videos like this.
If you're a developer, you must also watch John Lindquist's PatternCraft Series to learn about Design Patterns implementation. Bar none the best on that topic.
Fantastic explanation, thank you! Only small suggestion I have is having topics/agenda shown in the beginning and a bit of introduction, all which can be covered in 30-60 seconds. Use cases explained and the way are explained absolutely superb!
First of all, I am glad that I clicked on this video! EXCELLENT structure. Your presentation was very well thought out, and informative. This is definitely professional quality. I have subbed, and I will be back very soon. Keep it up. Also, I believe that the response cache feature is supposed to be built into HTTP3, so hopefully that will not be a concern at all for most devs in the near future. I believe it is called http push or something similar.
Hi Sir can you please make videos to explore all the concepts of microservices. So that it will be helpful. your explanation is simple and so much informative...
This is where I wish RUclips had an "accepted answer" feature like stackoverflow
There's definately an add-on/wrapper-site idea there...
Well there are like and dislike buttons which tell you if you should trust the video even though its not same as having acepted answer.
@@sppanday_ this aged well XD
👍👍
Finally, someone has a way to explain APIs that makes sense and has no marketing spin. Good job
I totally agree. Im a sysadmin and i was trying to understand what IT was. This was very clear. Thank you!
3:10 Feature #1 Separate out cross cutting concerns
3:56 Feature #2 Separate and consolidate cross cutting concerns across microservices
6:52 Feature #3 Replacing multiple client calls with single API call. And, some features of reverse proxy
8:22 Feature #4 Routing based on headers, paths and params etc. And, some features of Load Balancer component
Thank you
The best API Gateway video I have seen so far. Simple to understand, precise, crisp and covers all important areas. Please keep posting such content!
I wonder who is the genius behind this great channel explaining everything with such perfection. All your videos are true and high-quality content.
So much of talent to explain in layman terms ... anyone can understand with this simple method ... hats off to your knowledge ... only one video is enough to understand the concept ... didn’t browse much after this 😊
This actually is a brilliant explanation of API Gateway as a concept and not as a product waiting to be sold by its vendors. Beautifully explained. Thank you.
so under rated channel on RUclips. should have subscribers in millions. quality content and delivery
I do not usually write comments, but cannot help after watching this video. Best ever tech learning video I have seen. Being from a non-app side of IT, the slides and content made me understand API gateway. Thanks !!
Yayy !! gr8 topic.
How api gateway achieves load balancing?
*Answer:*
The Zuul proxy server (API Gateway) is designed by default to work on the Spring products. As such,
Zuul will automatically use Eureka to look up services by their service IDs and then use
Netflix Ribbon to do client-side load balancing of requests from within Zuul.
Thanks for sharing!
Interesting side note: recently Netflix decided to completely adopt Spring Cloud projects (built on top of Netflix OSS) instead of using their own components.
@@DefogTech Yeah, that shows how much reliable and great Spring Projects are.
I honestly didn't want this video to end. it was the best
I see your videos before any interview and it helps a lot. You have a awesome quality to explain concepts in neat diagrammatical ways in short time and your voice and words are very clear and to the point. Thank You.
watching it a year later than it was posted ...explanation is so clear that I didnt have to watch any other video of API Gateway....
Extremely helpful... Perhaps the cleanest/simplest way to put forth a concept without any marketing jargon....
Good Job... Thanks....
You’re amazing at explaining the concepts with use cases, trade offs and other aspects. Would love for you to share more videos on other topics like Databases, cloud technologies, Python, etc.
Beautifully explained. At the end, after watching many vedios got one, that makes sense. Waht an explaination. Trust me Sir, you should be a trainer, if not already.
I've heard lot of explanation regarding API Gateway topic. By far this is the best explanation in short. Thanks for such an wonderful effort.
Most clear & concise explanation of API gateway.
This is one of the most satisfying technical video for api gateway.. Thank you for your efforts.
Good stuff, but just a little correction. At 10:30 Apache, HAProxy and Nginx aren't API Gateways per se. They are load balancers and reverse proxies, but they don't provide a full set of features to be API Gateways by themselves. Softwares like Kong API Gateway build on top of Nginx to build provide the full set of features to serve as API Gateways.
Agreed
What other API gateway software like Kong API can we use to implement this kind of architecture?
Guillermo Prado Appigee
@@GuillermoPradoObando Could look at Traefik and Netflix Zuul
@@GuillermoPradoObando WSO2 API Manager is a fully opensource full API life cycle management solution which consists of 2 gateways (i.e. a regular gateway for the VM world and microgateway for the container world)
More in wso2.com/api-management/
This is THE BEST API gateway video on RUclips!! Hatsoff to you and your way of explaining this.
Excellent 👏🏿👏🏿👏🏿👏🏿 I was trying to understand API gateway last 10 months after watching so many video.
Excellent explanation in a nutshell. you made it so simple to understand without any confusion!
Awesome. Very well explained, short, precise, confusion less and nicely articulated. This is exactly what I needed to understand the API Gateway. You are truly a player for sure.
Great explanation. I got a recommendation while I was watching something in youtube, then I clicked the link. After watching your explanation, I subscribed to your channel.
Some of the concepts which we study at University are really not visualized in the mind. Like the way you explained API gateway, now it visualized everything in my mind.
Thank you very much for keeping things simple, clear.
This is the best video to explain API gateways. Just awesome!!
The best and easiest explanation to understand API Gateway. Thanks a lot
Awesome video. Your calm voice, moderate pace and neatly leading from examples/pain point to solution is helping me understand the concepts very well. Great job. I used to wonder, whether there is scope to create videos on topics for which there are many existing videos. Your content is the perfect example that there is always better and different way to explain things. Thanks for making these.
Thanks a lot Uvaraj for the kind words! Really appreciate it!
What an explanation, You have cleared all of my doubts in just 10 mins. Thank You !!
Ultimate and Clear explanation on API management,Great Job
Excellent explanation for novice, thank you for making it well structured and well defined.
Excellent video and well done. The best brief yet extensive overview of a key feature of Web development I will ask my team to watch this. 👍 thank you
Excellent and thorough explanation of API Gateway and its use-cases. Nicely done. Much appreciated.
Excellent job explaining API Gateway in such an easy/non-technical way. Thank you!
Wow just simple and clear .. I have learned so many concepts from this channel and I gained knowledge and confidence and thanks for the content 🙏
Fantastic video, API Gateway concepts explained in simple yet impactful manner. Thank you so much!
Fantastic...explained in such a simple manner...Well done Sir.
very good and clear description. folks have written books on these topics.
Recently I watched a video related to API gateway but I couldn't get more context,that why we have to use API gateway. But now I got clear picture .. Thanks guruji....
this is the best way to explain why API Gateway is needed!
Thumbs up, straight to the point explanation with no Jargon...Thank You
very well articulated, read so many articles but seeing this video makes it very easy to understand. Good job!
Its' like connecting all the dots to better understand the complete picture. Thank you!
A crystal clear explanation that have seen so far. Thanks for sharing.
Excellent video explaining all features with simple language and pictures! Easy to understand... Keep it up!!
Awesome explaination! Really helped me follow what you were trying to convey. Need to watch this video a few more times to get this well into my head. Great and such a simple explanation for something too complex to understand for me. Subscribed to your channel. Keep posting such amazing videos. Thanks!!!
Good introduction of what API Gateway is all about. Sharing with example is the best part for any developer to understand it easily. Good work !!
The knowledge you’ve is absolutely unmatchable… and cherry on top is the way you explain the concepts🤟🏻
I understand .Net tech stack only, still watching your videos to understand the concepts. Would you please make such more videos on microservice patterns?
This is truely like symphony which starts with smooth and ends with smooth. Great explanations. You made things simple congnitive way
You are the best @Deepak 👍 Simple but more clear explanation.
This video is very excellent video about the API Gateway for micro services. I have seen many videos but there is no such a wonderful video which explains about API Gateway this level. I really appreciate you my friend. Please post many videos like this.
Well explained. Covered all usecases. Just the video I required. Thanks a lot.
Simple and concise explanation. Kudos!
You explained many concepts very very well in such a way that I cant forget them also.
This is the best video i have ever watched on youtube. I am of words. Thank you man
If you're a developer, you must also watch John Lindquist's PatternCraft Series to learn about Design Patterns implementation. Bar none the best on that topic.
One of the best.. So far 😀plz show them doing small application.. That would be great
So much quality content in just 10 mins. Thanks for this.
One of the best explained tutorial. Perfect accent, without fumbling or loss of words etc.
Simple and straight to the point.
All the features of API Gateways very well explained.
The best video ever made on API Gateway. Kudos!!
Wow,Great explanation , I have attended many corporate training but could not get complete picture.Thanks a Ton.Keep up the good-work, Subscribed.
Well Explained. Short, simple and easy to understand
This is the best so far in explaining API G , great job .
Bro, you've got to make a comeback, your videos are much appreciated in 2023!
Best explanation ever for API Gateway's
I request you to make proper series on mocroservices
Beautiful, simple and easy to understand. Well Done !
Extremely well defined story line. Approached the subject systematically. Well done.
Fantastic explanation, thank you! Only small suggestion I have is having topics/agenda shown in the beginning and a bit of introduction, all which can be covered in 30-60 seconds. Use cases explained and the way are explained absolutely superb!
Maybe you got used to telusko and java brains.
Also ,do you want more ads in between ?
Just kidding.
Excellent video. The best I have seen on this topic of API Gateway! Please keep up the good work!
excellent explanation! made me realise that i need to add gateway in my design.
What a conference in the voice, presentation, knowledge, everything at par. 👌
Excellent! It's not easy to make things look simple, you have done it really well.
very simple and relatable explanation.. thanks a ton for this information.
Good heavens man. is there a medal for nice presentation!?!?!? coz you deserve one.
Great explanation, no fancy stuff very easy to understand at last !!!
you have made it so clear and covered all features
Absolutely well explained with simple slides. Really enjoyed it !
Fantastic. Love your concise presentation. RUclips content makers, take note.
Thank you so much, the way you organized content was awesome, easy to understand. Please continue making more videos, you are the best teacher!
Great one! Absolutely the best way of explaining API gateway.
THE BEST VIDEO..BROTHER. ONE QUESTION TO YOU.. HOW DO YOU GET THIS KNOWLEDGE .. THANKS. GOD BLESS YOU...🙏
Easy to understand.. clearly explained...Thanks...
Just too good man. Explained really well. Also keep mentioning the difference between similar services on offer, like LB, cloudfront etc
Thank you ... Billion times..for unknot all the confusion I had related broad view on how applications are designed for a product... Tysm😃🤗
Bhai English ka kuch kar apne nhi toh interview main reject ho jayega bhai mere
@@paragkadam2169 :)
You have explained so much in so little time..Great Job !
Crystal clear that brings tech awakening
Superb, really liked the way API Gateway has been explained. Thanks a lot.
Your explanation is very clear and helpful, thanks
good video, it's pretty clear
Very well explained. All the topics/ features are covered and explained in a nice and simple way. Thank you :)
First of all, I am glad that I clicked on this video! EXCELLENT structure. Your presentation was very well thought out, and informative. This is definitely professional quality. I have subbed, and I will be back very soon. Keep it up.
Also, I believe that the response cache feature is supposed to be built into HTTP3, so hopefully that will not be a concern at all for most devs in the near future. I believe it is called http push or something similar.
Super information about api gateway
Yaar maza agaya, what an explanation !!!
You really nailed this one. Fantastic explanation.
I have been folllowing you from a long time. please upload regualrly. one of my fav sources for java contents.
Excellent.. Expecting more videos from you latest technologies in current trend
This is super clear explanation, saves time on knowing these basic concepts from clutter of information.
This is what I call a perfect explanation. Thanks mate 👍
Hi Sir can you please make videos to explore all the concepts of microservices. So that it will be helpful. your explanation is simple and so much informative...