As I started building Docker service container images for Magento 2 CE development I got interested in the concept of dynamic service load balancing on a single host. Having already…Continue reading
Docker Mono Host Service Scaling and Dynamic Load Balancing with NGINX
Whilst building containers for Magento 2 I came across the docker compose scale command which allows you to easily duplicate and scale containers running a service in Docker. For example…Continue reading