In this article we will see how we can deploy a 3 nodes MongoDB replica set (1 primary and 2 secondaries) in a Docker swarm cluster created with swarm mode.
Swarm mode: quick introduction
Since a couple of weeks, I really enjoy playing with Docker on ARM devices and especially testing swarm mode on little clusters. Below is an example of local cluster using swarm mode and made up of 2 PI2 and 1 PI3 (PI zero and CHIP should be…
A couple of days ago, I animated Docker Nice Meetup and did a demo of Docker for AWS. Part of this demo was to highlight the importance of the AWS ELB (Elastic Load Balancer) and to provide details on how they are used by Docker for AWS and integrated with swarm mode. This…