HTTP Load Balancing and Sticky Sessions With Docker and Apache

preview_player
Показать описание
Apache server can be used as both: as a HTTP server and as proxy server for load balancing purpose. In this video I show how to build and run docker image with Apache server as a proxy server for HTTP load balancing with sticky sessions support.

In this video, starting from 3:15 min till 3:40 min, I added in Dockerfile apache2 and apache2-proxy, but actually, there is not necessary adding apache2 and apache2-proxy to Dockerfile, because it already preset in httpd:2.4.27-alpine image.
Рекомендации по теме
Комментарии
Автор

Create! Thanks for video! But I have a question - after I've run container with httpd and opened balancer-manager, I can't change worker status, so I just try put worker to Drain Mode ON and after I put Submit my radio button is come back to OFF. What should I do to fix this?

aleksandrrogembaum
Автор

hi, can show your implement centos/httpd yml?

kk
Автор

Could you please send me your final dockerfile?

HenriJcb