👉 Continue with the Nginx Crash Course you were asking for with a simple real-life demo: ruclips.net/video/q8OleYuqntY/видео.html Also who spots the typo in the video? 😄🙈 ▬▬▬▬▬▬ How we at TWN can help you advance your IT career: ▬▬▬▬▬▬ 🚀 Truly master DevOps in this 6-month DevOps Bootcamp and apply it confidently at work: ► Download Free Demo Projects List: bit.ly/3TkjnW5 ► More Infos: bit.ly/3XgG5zp 🚀 OR Learn the complete Software Development Life Cycle by taking up all key roles in practice: ► More Infos: bit.ly/47hdE9c No fluff, no knowledge gaps guaranteed. ▬▬▬▬▬▬ ▬▬▬▬▬▬ ▬▬▬▬▬▬ ▬▬▬▬▬▬ ▬▬▬▬▬▬ ▬▬▬▬▬▬ ▬▬▬▬▬▬ ▬▬▬▬▬▬
Brilliant, thanks Nana! I don't work in Networks or IT but I'm a software engineer and we often end up assisting on outage calls where the problems typically lie outside my area of expertise. Videos like this (that are so clearly explained) are invaluable in helping me understand the general architecture of our services. (Well, some of them, anyway. Haha. It really varies between our mix of brand new and decades-old applications 😂)
Идеально, добавить нечего. Автор гений. Очень всё доходчиво, без воды, учтены все детали, всё объяснено. Стиль повествования приятный, голос располагающий к себе, примеры с чуваком и остальные просто вышка!
I wish you had this video out a few weeks earlier, it would have saved me many hours of reading, getting an understanding most of what was in this video. You had a few things that I didn't know about, mostly because I wasn't looking for them. But, now I know are few more things than I did 20 minutes ago.
Thanks for explaining this in such a clear and engaging way, especially by setting up the story! The restaurant example is brilliant-I'll never forget the difference between proxy, reverse proxy, and load balancer now. Appreciate all the effort that went into making this video
It is very important give content without confusing topics with same context. Explaining about other load balancers in cloud providers is very important to deliver content very clearly with best practices in practically. Thank you
Thank you always for your simplified explanations. I would like to see a tutorial on: 1. Bash scripting for cloud/devops Engineers 2. Linux for cloud/devops engineers 3. Linux networking for cloud/devops engineers Thank you :)
Thank you for this good summary and explanation. Regarding using two reverse proxies for additional featgures and security I think that current cloud-load balancers (like AWS Application LB) already offer a lot of the features like NGINX, e.g. SSL termination, URL Paths and request headers which in many cases make an internal LB obsolete.
I would like to add that cloud load balancers like AWS ALB has a feature ‘session stickyness’ which helps in session persistence, speaking of filtering through request headers and url paths would need more aws services to come into play. So I can conclude that your implementation constraints (time and budget) will define wether is good idea or not to duplicate load balancing operations.
Thanks for the video I really appreciate the effort in your videos and I had to watch the video 2 times to get a clear picture and the visual shield more light to it. Just a question. Can we say forward proxy = proxy meaning it sits on the client side while the reverse proxy sits on the server side?
Thanks Nana🎉, your videos helping me to reach next step to my Devops journey. I have one request can you please make one video on how to setup an SSL certificate for any website and Which one is the best aproch to create certificate and setup SSL.
Great video I can show people I work with, as someone in security though I cringe a bit when I hear things like "will scan for any threat/malware/virus" esp on something like a proxy which is likely doing quite targeted scanning, let alone that most proxies aren't even configured to scan malware by default (as far as I have seen - it was said as if it was 100% something it does).
Thanks for the great video, Nana. One question: in many books there is a "third" type of proxy called "transparent". From what I understand it seems that clients are "aware" of forward and reverse proxies (forwards, especially, as they require some sort of configuration on the client itself - something I have only done once, back in the day, from the "Internet option" in Internet Explorer), whether a transparent one is completely... well, transparent to the client. Can you please add your two cents on this? Thank you, and keep up with your great work!
This is awesome 👍. Could you please create a video about Gunicorn and its Threads. How does reverse proxy work with it? And also how can we add Nginx with Gunicorn. Thank you 🙏
The explanation in the video is a bit confusig, in the beginning, she described a firewall, not a proxy. A Forward Proxy is essentially hiding the IP of the client by doing the requst with its ip on behalf of the client. A reverse proxy on the other hand, is set up on server side and redirect the request to the correct internal service thus allows rhe server administrator to not expose any service on any port to the public as the reverse proxy will route a request based on used domain to an specified service. The reverse proxy itself has access to internal services with their ports, even if the service is not exposed to the public.
Awesome content, thank you so much for all of this work!!! I have a question though, on the chapter "Are Cloud Load Balancer a replacement or addition? And Why?"... You explain that, in practice, one may use a load balancer (i.e. nginx) to balance loads within a private subnet, while an AWS load balancer handles public requests... But from the diagram, I do not understand how this AWS entry server works as a load balancer since it only connects to one machine. Does it mean a real situation involves several nginx reverse proxies?
00:04 Proxies, reverse proxies, and load balancers are essential web components for handling large traffic and ensuring data security. 01:44 Proxy acts as a guard for internal network 03:26 Proxy, reverse proxy, and load balancer explained 05:06 Reverse proxies provide SSL encryption, security checks, caching, and logging functionality. 06:48 Reverse proxy provides intelligent load balancing and security 08:28 In Kubernetes cluster, Ingress controller handles internal routing, while cloud load balancer manages external traffic. 10:08 Engine X as a high-performance web server and reverse proxy with load balancing 11:47 Certified DevOps Practitioner Program Overview Crafted by Merlin AI.
On the subject of cloud load balancers + reverse proxy, specifically on AWS, you could have a private Application Load Balancer (in a private subnet) and create a hosted zone on Route 53 with (alias) pointing to the private load balancer. Thereby, eliminating the need for 2 load balancers (public and private).
Im not super familiar with AWS, but if Route 53 is just DNS and the Application Load Balancer is private, how does the traffic get to it? Unless Route 53 also acts like a proxy in which case its back to 2 proxies?
@@benhook1013 Route 53 has both private and public hosted zones. Route 53 acts as a DNS but with extra features like aliases, traffic flow, etc. Yes, in this case Route 53 acts as a proxy. However, it's cheaper than having 2 load balancers. And also Route 53 is a global service and you don't have to worry about HA, etc.
Thank you Nana, is it possible for you to make a video in which we can create an application, go through creating kubernetes ingresses and pods and making configurations and security by using forward proxy and reverse proxy with AWS load balancer?
Hello Nana, just make a latest video that cover end to end project using aws as cloud platform , GIT as SCM , Jenkins for ci/cd, container and orchestration Docker and kubernates Terraform as IAAS finally Nagios or Grafana for monitoring
The main difference is where they are placed. In front of the client machines (forward proxy) or in front of the backend servers (Reverse proxy). Reverse proxies have way more capabilities than forward proxies (SSL, Caching, etc).
My understanding is that a reverse proxy is a generic service sitting between clients and servers, effectively hiding the server's address. On top of it, if this service can also balance load across different servers, then it becomes a load balancer. On top of this, adding features like auth, monitoring and API management, you get an API gateway. So essentially an API gateway can also act as a load balancer and reverse proxy. For example, Kong, an API gateway, is built on top of nginx, a reverse proxy. proxy is a generic service sitting between clients and servers, effectively hiding the client's address.
Imagine both proxies "facing" each other. Following a request flow from client to backend, it seems for forward proxy the request is moving in forward-direction, while for the Reverse Proxy the request moves in reverse direction.
The explanation in the video is a bit confusig, in the beginning, she described a firewall, not a proxy. A Forward Proxy is essentially hiding the IP of the client by doing the requst with its ip on behalf of the client. A reverse proxy on the other hand, is set up on server side and redirect the request to the correct internal service thus allows rhe server administrator to not expose any service on any port to the public as the reverse proxy will route a request based on used domain to an specified service. The reverse proxy itself has access to internal services with their ports, even if the service is not exposed to the public.
I agree with you. It is not a good name at all. Incoming and outgoing proxy would be clearer. I know this "accepted" in the industry, but it is still bad naming.
What you have mentioned about Reverse Proxy load balancing that cloud Load balancers can't do is not totally true. Even ALB from AWS can do load balancing from paths, headers, request URI etc as well,
👉 Continue with the Nginx Crash Course you were asking for with a simple real-life demo: ruclips.net/video/q8OleYuqntY/видео.html
Also who spots the typo in the video? 😄🙈
▬▬▬▬▬▬ How we at TWN can help you advance your IT career: ▬▬▬▬▬▬
🚀 Truly master DevOps in this 6-month DevOps Bootcamp and apply it confidently at work:
► Download Free Demo Projects List: bit.ly/3TkjnW5
► More Infos: bit.ly/3XgG5zp
🚀 OR Learn the complete Software Development Life Cycle by taking up all key roles in practice:
► More Infos: bit.ly/47hdE9c
No fluff, no knowledge gaps guaranteed.
▬▬▬▬▬▬ ▬▬▬▬▬▬ ▬▬▬▬▬▬ ▬▬▬▬▬▬ ▬▬▬▬▬▬ ▬▬▬▬▬▬ ▬▬▬▬▬▬ ▬▬▬▬▬▬
🌹
Porxy! 🤣🤣
What about videos explaining the Harness Platform for DevOps and CI/CD, etc.
Me 🙋♂I spotted the typo 🙂
Excellent explanation Nana. I always learn a lot with your videos. They have no equal.
Hi @TechworldNana, I want to do this course,
this 13 min video on reverse proxy / nginx make me understood things that i wasnt able to in the last 6 months
Brilliant, thanks Nana! I don't work in Networks or IT but I'm a software engineer and we often end up assisting on outage calls where the problems typically lie outside my area of expertise. Videos like this (that are so clearly explained) are invaluable in helping me understand the general architecture of our services. (Well, some of them, anyway. Haha. It really varies between our mix of brand new and decades-old applications 😂)
Thanks for sharing, really happy to hear my videos are helpful! :)
Идеально, добавить нечего. Автор гений. Очень всё доходчиво, без воды, учтены все детали, всё объяснено. Стиль повествования приятный, голос располагающий к себе, примеры с чуваком и остальные просто вышка!
soglasen
13 mins completely Glued to the video, I appreciate your hard work
I wish you had this video out a few weeks earlier, it would have saved me many hours of reading, getting an understanding most of what was in this video. You had a few things that I didn't know about, mostly because I wasn't looking for them. But, now I know are few more things than I did 20 minutes ago.
Thanks for the awesome explanation!
your videos are very informative and no non-sense talking, to the point and clear with solid examples, keep it up, Thanks and Bless you
Thanks for explaining this in such a clear and engaging way, especially by setting up the story! The restaurant example is brilliant-I'll never forget the difference between proxy, reverse proxy, and load balancer now.
Appreciate all the effort that went into making this video
Thank you for your appreciation and nice words! :) Really happy you found the restaurant analogy useful!
A really good video for those new to IT Administration. Or for people who just want to understand the Infrastructer of the Internet.
Nana, you are just a talented teacher. Well explained and understandable. Thank you so much!
Excellent explanation! Very good quality content both for beginners and not)
The best video about Proxy and Load Balancers
It is very important give content without confusing topics with same context. Explaining about other load balancers in cloud providers is very important to deliver content very clearly with best practices in practically. Thank you
You are naturally talanted. Thanks for this clear explanation
thank u
very good explanation
i think the load balancing thing really helps me to remember what a reverse proxy is
Thank you always for your simplified explanations.
I would like to see a tutorial on:
1. Bash scripting for cloud/devops Engineers
2. Linux for cloud/devops engineers
3. Linux networking for cloud/devops engineers
Thank you :)
Many thanks and great suggestions I will definitely consider! 😊
The third one is a must! It would be very much appreciated
Thank you for the invaluable contribution to IT. I am waiting for end to end course on MLOPS or AIOPS from you.
This was unimaginably useful, thanks a bunch!
Great video, simply explained!
Thanks for such a simple and elegant explanation 🙂
Thank you for this good summary and explanation. Regarding using two reverse proxies for additional featgures and security I think that current cloud-load balancers (like AWS Application LB) already offer a lot of the features like NGINX, e.g. SSL termination, URL Paths and request headers which in many cases make an internal LB obsolete.
Outstanding teacher as usual. thanks Nana
Big fan nana, following you for years ❤🖤
Thank you, Nana! Great video, I learned a lot. Could you please make one on API Gateway?
Too good and made simple explanation Nana. Thanks for the new tech videos.
Thanks for very good explanation
I would like to add that cloud load balancers like AWS ALB has a feature ‘session stickyness’ which helps in session persistence, speaking of filtering through request headers and url paths would need more aws services to come into play. So I can conclude that your implementation constraints (time and budget) will define wether is good idea or not to duplicate load balancing operations.
Thanks for the video I really appreciate the effort in your videos and I had to watch the video 2 times to get a clear picture and the visual shield more light to it.
Just a question. Can we say forward proxy = proxy meaning it sits on the client side while the reverse proxy sits on the server side?
This was amazing! I'm glad to have watched this!
Hello, I love the way you teach Thank you!! Q. I couldn't find the Java lesson
Thanks Nana🎉, your videos helping me to reach next step to my Devops journey. I have one request can you please make one video on how to setup an SSL certificate for any website and Which one is the best aproch to create certificate and setup SSL.
Very helpful as usual 😁 Thanks very much Nana
Thank you Nana :) The metaphors always help
As usual ! Great content with such an amazing presentatation 😀 thanks
Good experience thank you so much Nana 😊
I wish I had found you earlier. Grateful.
Great video I can show people I work with, as someone in security though I cringe a bit when I hear things like "will scan for any threat/malware/virus" esp on something like a proxy which is likely doing quite targeted scanning, let alone that most proxies aren't even configured to scan malware by default (as far as I have seen - it was said as if it was 100% something it does).
Thanks a lot.
I love how you explain your videos
As excellent as ever
Thank you for such good explanation!
As always an amazing job Nana
Thanks for your great feedback, happy to hear!
Thank you for the explanation!
Once again a fabulous video.
Thanks for the session!
Wow! Fantastic video! Thank you!
Glad you like it! :)
Thank you for the more informative video.
Wow, more simply explained for security topics also will be more interesting.
Great explanation, thank you! :)
very excellent content , thanks!
Super helpful ...hey nana can u make a video on rpc.Thanks
you are incredible
thank u a lot for this insightfull information it was very helpful
Thanks for the great video, Nana.
One question: in many books there is a "third" type of proxy called "transparent". From what I understand it seems that clients are "aware" of forward and reverse proxies (forwards, especially, as they require some sort of configuration on the client itself - something I have only done once, back in the day, from the "Internet option" in Internet Explorer), whether a transparent one is completely... well, transparent to the client. Can you please add your two cents on this?
Thank you, and keep up with your great work!
The sound is perfect
Thank you for confirming 🙏
Thank you for doing this!
thanks clearly explained
Hi Nana. Your videos explain very good. Do you have videos that teach the details of Nginx configuration and HTTPS configuration?
Hello 👋 Nana - thank you for this video. Question: Does the Reverse Proxy use Consistent Hashing or the Cloud Load Balancer or both?
This is awesome 👍. Could you please create a video about Gunicorn and its Threads. How does reverse proxy work with it? And also how can we add Nginx with Gunicorn. Thank you 🙏
As a old fashioned system manager, we are using apache as forward-reverse proxy server. Nginx is being populer rather than apache as ı can see.
hi im new here thank for amazing presentation you got my sub ❤
Thanks!
Thanks for the support! :)
Thank you - Question: HAProxy is reverse proxy OR a kind of Load Balancer ?
Thank you for the information can you make a video about azure front door and functionalities
The explanation in the video is a bit confusig, in the beginning, she described a firewall, not a proxy.
A Forward Proxy is essentially hiding the IP of the client by doing the requst with its ip on behalf of the client.
A reverse proxy on the other hand, is set up on server side and redirect the request to the correct internal service thus allows rhe server administrator to not expose any service on any port to the public as the reverse proxy will route a request based on used domain to an specified service. The reverse proxy itself has access to internal services with their ports, even if the service is not exposed to the public.
❤❤❤ ur Content
Cool, thanks!
My pleasure :)
Brilliant
good job 😍
Thank you ❤
Awesome content, thank you so much for all of this work!!! I have a question though, on the chapter "Are Cloud Load Balancer a replacement or addition? And Why?"... You explain that, in practice, one may use a load balancer (i.e. nginx) to balance loads within a private subnet, while an AWS load balancer handles public requests... But from the diagram, I do not understand how this AWS entry server works as a load balancer since it only connects to one machine. Does it mean a real situation involves several nginx reverse proxies?
00:04 Proxies, reverse proxies, and load balancers are essential web components for handling large traffic and ensuring data security.
01:44 Proxy acts as a guard for internal network
03:26 Proxy, reverse proxy, and load balancer explained
05:06 Reverse proxies provide SSL encryption, security checks, caching, and logging functionality.
06:48 Reverse proxy provides intelligent load balancing and security
08:28 In Kubernetes cluster, Ingress controller handles internal routing, while cloud load balancer manages external traffic.
10:08 Engine X as a high-performance web server and reverse proxy with load balancing
11:47 Certified DevOps Practitioner Program Overview
Crafted by Merlin AI.
Please make a video on rabbitMQ message queue service
Thanks for the suggestion!
Thanks
Thanks for helping with my inposter syndrome
On the subject of cloud load balancers + reverse proxy, specifically on AWS, you could have a private Application Load Balancer (in a private subnet) and create a hosted zone on Route 53 with (alias) pointing to the private load balancer.
Thereby, eliminating the need for 2 load balancers (public and private).
Im not super familiar with AWS, but if Route 53 is just DNS and the Application Load Balancer is private, how does the traffic get to it? Unless Route 53 also acts like a proxy in which case its back to 2 proxies?
@@benhook1013 Route 53 has both private and public hosted zones.
Route 53 acts as a DNS but with extra features like aliases, traffic flow, etc.
Yes, in this case Route 53 acts as a proxy. However, it's cheaper than having 2 load balancers. And also Route 53 is a global service and you don't have to worry about HA, etc.
Thank you Nana, is it possible for you to make a video in which we can create an application, go through creating kubernetes ingresses and pods and making configurations and security by using forward proxy and reverse proxy with AWS load balancer?
it's correct to say that in the k8's case the aws load balancer is the entrpoint node of the cluster of kubernetes? probably i am confused
quuite insightful
Was literally just thinking about this topic lol
What a coincidence :D
Same 💯, was about to comment
Thank you
You're welcome :)
thank you : )
Interesting ! But you forgot to mention the best reverse proxy/loadbalancer...f5
This is a great video. Thanks. ^_^
Thank you Nana. So proxy is like Firewall in our computer. Isn't it?
Btw Azure has Application Load Balancer that acts on 7 OSI layer and does http-based routing.
Cloud balancer can also direct request based on the url path, so it's not correct that we need reverse proxy for advanced routing and sticky session
Hello Nana, just make a latest video that cover end to end project
using aws as cloud platform , GIT as SCM , Jenkins for ci/cd, container and orchestration Docker and kubernates
Terraform as IAAS
finally Nagios or Grafana for monitoring
😁😁 thank you
What tool do u use to prepare ur presentations ?
thanks!
Thank you Nana for this useful video! 😍
I love it
This is what is called peeling banana skin and feeding 😂 I can’t explain it in any better way 😊
I m ur fan nana
Thanks mam
Still dont get it, why its called "reverse" proxy. It does nothing reverse. It does the same thing in a network as the proxy.
The main difference is where they are placed. In front of the client machines (forward proxy) or in front of the backend servers (Reverse proxy). Reverse proxies have way more capabilities than forward proxies (SSL, Caching, etc).
My understanding is that a reverse proxy is a generic service sitting between clients and servers, effectively hiding the server's address. On top of it, if this service can also balance load across different servers, then it becomes a load balancer. On top of this, adding features like auth, monitoring and API management, you get an API gateway.
So essentially an API gateway can also act as a load balancer and reverse proxy. For example, Kong, an API gateway, is built on top of nginx, a reverse proxy.
proxy is a generic service sitting between clients and servers, effectively hiding the client's address.
Imagine both proxies "facing" each other. Following a request flow from client to backend, it seems for forward proxy the request is moving in forward-direction, while for the Reverse Proxy the request moves in reverse direction.
The explanation in the video is a bit confusig, in the beginning, she described a firewall, not a proxy.
A Forward Proxy is essentially hiding the IP of the client by doing the requst with its ip on behalf of the client.
A reverse proxy on the other hand, is set up on server side and redirect the request to the correct internal service thus allows rhe server administrator to not expose any service on any port to the public as the reverse proxy will route a request based on used domain to an specified service. The reverse proxy itself has access to internal services with their ports, even if the service is not exposed to the public.
I agree with you. It is not a good name at all. Incoming and outgoing proxy would be clearer.
I know this "accepted" in the industry, but it is still bad naming.
can you tell me what is the tool you are using to make these diagrams?
What you have mentioned about Reverse Proxy load balancing that cloud Load balancers can't do is not totally true. Even ALB from AWS can do load balancing from paths, headers, request URI etc as well,