Tag: load balancer

  • Host legacy application in Docker 1 of 2

    This is my notes from containerizing a legacy application with Docker compose. We have to run multiple instances of our application because we’re unable to…

    Read
  • Docker Compose, Docker Stack and Docker Swarm

    This posting covers some basic docker orchestration tools. Docker Compose Docker Compose’s predecessor is a tool called Fig developed by Orchard, which was acquired by…

    Read
  • High Availability and Load Balancer

    Overview Fault tolerance and high availability are two architectural characteristics that people often confuse with each other. High availability focuses on minimizing downtime. It guarantees…

    Read