Managing services This tutorial is a continuation of a series on this topic. You can refer to the previous post if you do not have prior experience with initializing a swarm. A service is the docker’s abstraction of a microservice. We will learn how to manage services with swarm in this tutorial. Step 2: Managing… Continue reading Deploying Micro-services using Docker Swarm – Part 2
Deploying Micro-services using Docker Swarm – Part 1
Setup swarm This tutorial might help you if you are deploying a stack of micro-service across a cluster of nodes using Docker Swarm mode. You can always achieve this goal using different platforms such as Kubernetes or Mesos, but it is almost always a more complicated process. For the purpose of this tutorial we’ll deploy… Continue reading Deploying Micro-services using Docker Swarm – Part 1