- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
Web Infrastructure - ALU Course Supplement [Web Servers, Load Balancers and SSL Termination]
Web Infrastructure - ALU Course Supplement [Web Servers, Load Balancers and SSL Termination]
With this video I will go over the basic steps you need to take to set up a complete web infrastructure using Docker! This walkthrough covers:
🔹 Setting up multiple web servers (Nginx) in Docker containers
🔹 Configuring HAProxy as a load balancer with roundrobin algorithm
🔹 Implementing SSL termination with self-signed certificates
🔹 HTTP to HTTPS redirection
🔹 Custom Docker network configuration
FOR MY STUDENTS: There is a slight difference between the actual web-01, web-02 and lb-01 servers you are using for your work. This environment is a simulation of that architecture with minor differences. Since in this context we are using docker containers that share an internal bridged network (unlike the EC2 VPS instances you have that have Public IPs and discover-able on the internet ), the way we SSH into them and access content they serve will be slightly different from the real servers. In addition to that, docker containers use a stripped down linux distribution (Alpine Linux by default but we are using Ubuntu24.04 image), which doesn't come with some of the things we love like systemd(systemctl), background system daemon, ifconfig and such. However, most of the things you need like the SSH service, wget, ip tools, text editors (vim and nano) are already installed (check the DOCKERFILE). You can install other tools as needed.
The lab uses Docker Compose to orchestrate two web servers and a load balancer, demonstrating real-world deployment patterns.
Stack: Docker, Ubuntu 24.04, Nginx, HAProxy, OpenSSL
GitHub Repo: https://github.com/waka-man/web_infra_lab
#WebDevelopment #DevOps #Docker #LoadBalancing #SSL #HAProxy #Nginx #Infrastructure
Видео Web Infrastructure - ALU Course Supplement [Web Servers, Load Balancers and SSL Termination] канала CynicalWisdom
With this video I will go over the basic steps you need to take to set up a complete web infrastructure using Docker! This walkthrough covers:
🔹 Setting up multiple web servers (Nginx) in Docker containers
🔹 Configuring HAProxy as a load balancer with roundrobin algorithm
🔹 Implementing SSL termination with self-signed certificates
🔹 HTTP to HTTPS redirection
🔹 Custom Docker network configuration
FOR MY STUDENTS: There is a slight difference between the actual web-01, web-02 and lb-01 servers you are using for your work. This environment is a simulation of that architecture with minor differences. Since in this context we are using docker containers that share an internal bridged network (unlike the EC2 VPS instances you have that have Public IPs and discover-able on the internet ), the way we SSH into them and access content they serve will be slightly different from the real servers. In addition to that, docker containers use a stripped down linux distribution (Alpine Linux by default but we are using Ubuntu24.04 image), which doesn't come with some of the things we love like systemd(systemctl), background system daemon, ifconfig and such. However, most of the things you need like the SSH service, wget, ip tools, text editors (vim and nano) are already installed (check the DOCKERFILE). You can install other tools as needed.
The lab uses Docker Compose to orchestrate two web servers and a load balancer, demonstrating real-world deployment patterns.
Stack: Docker, Ubuntu 24.04, Nginx, HAProxy, OpenSSL
GitHub Repo: https://github.com/waka-man/web_infra_lab
#WebDevelopment #DevOps #Docker #LoadBalancing #SSL #HAProxy #Nginx #Infrastructure
Видео Web Infrastructure - ALU Course Supplement [Web Servers, Load Balancers and SSL Termination] канала CynicalWisdom
Комментарии отсутствуют
Информация о видео
18 ноября 2025 г. 20:28:54
00:48:12
Другие видео канала

![Python በ አማርኛ | ለጀማሪዎች | ክፍል 10 - መዝገቦች [DICTIONARIES]](https://i.ytimg.com/vi/CJr5aGMovF8/default.jpg)
![Python በ አማርኛ | ለጀማሪዎች | ክፍል 7 - ድግግሞሽ [LOOPS] - FOR LOOPS](https://i.ytimg.com/vi/V6oaJyc09JI/default.jpg)
![Python በ አማርኛ | ለጀማሪዎች | ክፍል 5 - ስብስቦች [LISTS]](https://i.ytimg.com/vi/X0nNJpgMr78/default.jpg)

![Python በ አማርኛ | ለጀማሪዎች | ክፍል 6 - ድግግሞሽ [Loops] - WHILE](https://i.ytimg.com/vi/gdnKBJ6gP14/default.jpg)

![Python በ አማርኛ | ለጀማሪዎች | ክፍል 3 - ቅድመ-ሁኔታዊ ክንውኖች [CONDITIONALS]](https://i.ytimg.com/vi/M1Ecb5W0jXY/default.jpg)
![Python በ አማርኛ | ለጀማሪዎች | ክፍል 2 - ተለዋዋጮች [Variables]](https://i.ytimg.com/vi/Fqx6j_u3Nc0/default.jpg)

![Python በ አማርኛ | ለጀማሪዎች | ክፍል 4 - ብልሃቶች [FUNCTIONS]](https://i.ytimg.com/vi/_ZdKY48qM08/default.jpg)
