DEV Community

Cover image for Scale your containers with ansible on a non kubernetes/swarm environment
hatem ben tayeb
hatem ben tayeb

Posted on

Scale your containers with ansible on a non kubernetes/swarm environment

Scaling containers on Kubernetes with Replicatsets or scale services with docker swarm is a very easy task! but what about scaling containers in a non managed environment, when you have high traffic, absolutely you need to scale and load balance the traffic among multiple containers. In this article, we will use Ansible and nginx to scale containers.

Original post: here

Top comments (0)