From the course: Linux Foundation Certified System Administrator (LFCS) Cert Prep
Unlock this course with a free trial
Join today to access over 24,400 courses taught by industry experts.
Implement reverse proxies and load balancers - Linux Tutorial
From the course: Linux Foundation Certified System Administrator (LFCS) Cert Prep
Implement reverse proxies and load balancers
- [Instructor] In this lesson, we'll look at how to configure reverse proxies and load balancers for web servers. Whenever we access websites like kodecloud.com or youtube.com, the content that's displayed in our browsers comes from a web server. The most simplistic scenario looks something like this. The user requests a webpage, the browser sends that request to the web server, and the web server returns some content. But nowadays, the websites that see heavy traffic are not accessed this way, not directly. A lot of infrastructure sits in the middle, between the user and the web server. Let's see what changes when a reverse proxy is added into the mix. If we add a reverse proxy in front of the web server, things now look like this. The user request now goes to the reverse proxy first. Then, the proxy sends it to the web server. Next, the web server returns the page to the reverse proxy. And finally, the reverse proxy hands it out to the user. So, why would we need to add this reverse…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
(Locked)
Theory: Configure IPv4 and IPv6 networking and hostname resolution6m 52s
-
(Locked)
Demo: Configure IPv4 and IPv6 networking and hostname resolution22m 50s
-
(Locked)
Start, stop, and check status of network services5m 30s
-
(Locked)
Theory: Configure bridge and bonding devices7m 30s
-
(Locked)
Demo: Configure bridge and bonding devices13m 43s
-
(Locked)
Configure packet filtering (firewall)21m 16s
-
(Locked)
Port redirection and network address translation (NAT)20m 21s
-
(Locked)
Implement reverse proxies and load balancers14m 7s
-
(Locked)
Set and synchronize system time using time servers6m 39s
-
(Locked)
Configure SSH servers and clients18m 57s
-
(Locked)
-
-