Siddhesh Kadam3 min readLinux Type Of Load Balancers AlgorithmsLoad balancing can be generally divided into two main types: static and dynamic , each with different methods and applications. Static...
Siddhesh Kadam2 min readLinux Nginx Load BalancerNginx 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 Kadam2 min readDockerPromote / Demote Node In Docker SwarmIn 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...