top of page
Search


Building Smart Load Balancing Using HAProxy and Custom Health Endpoints
In real-world production setups, checking whether a server is just alive is not enough. A server may respond on port 80, but internally: CPU could be overloaded Memory could be exhausted Requests could be timing out Yet traditional health checks will still mark it as UP . This is where HAProxy httpchk becomes extremely powerful. In this blog, we’ll walk through a practical implementation where HAProxy:👉 Routes traffic based on actual system load , not just availability. ���

Siddhesh Kadam
2 min read


Exploring HAProxy Monitoring Techniques
Hands-on HAProxy Monitoring using Stats Socket, Web UI, and HALog HAProxy is one of the most powerful and widely used load balancers in modern DevOps and cloud environments.However, installing HAProxy is only the first step. In real production environments, monitoring HAProxy is extremely important to ensure backend servers are healthy, traffic is balanced correctly, and no errors are happening silently. In this guide, we will explore basic HAProxy monitoring techniques usin

Siddhesh Kadam
3 min read


Type Of Load Balancers Algorithms
Load balancing can be generally divided into two main types: static and dynamic , each with different methods and applications. Static...

Siddhesh Kadam
3 min read


Nginx Load Balancer
Nginx is a well-known open-source web server and reverse proxy server that also serves as a load balancer. Setting up a Nginx load...

Siddhesh Kadam
2 min read


Promote / Demote Node In Docker Swarm
In Docker Swarm, you can promote a worker node to a manager or demote a manager to a worker using the docker node promote and docker node...

Siddhesh Kadam
2 min read
bottom of page
