67310/how-to-configure-haproxy-load-balancer
Hi Guys,
I have my web server in docker container. But when more traffic comes to my page, it is not able to handle the traffic. So I want to implement load balancing concept using Haproxy.
How can I do that?
Hi@akhtar,
Yes you can implement load balancing concept using Haproxy. Use the below given steps.
Install Haproxy software.
$ yum install haproxy
Open /etc/haproxy/haproxy.conf and set front end and back end ip.
Start service of Haproxy.
$ systemctl start haproxy $ systemctl enable haproxy
Stop firewall.
$ systemctl stop firewalld
Hope this will help.
Hi@MD, To configure SSH server to your system, ...READ MORE
Hi@akhtar, By default, RedHat has one ISO file. ...READ MORE
Hi@Shashl, You can use python script in your ...READ MORE
You can list all the disk in ...READ MORE
When you use docker-compose down, all the ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
It can work if you try to put ...READ MORE
To solve this problem, I followed advice ...READ MORE
Hi@akhtar, To configure NFS server in your system, ...READ MORE
Hi@akhtar, You need to install vsftpd software in ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.