Docker Swarm (Part 2)
Introduction In the previous post, we ‘ve learned how to create a cluster of machines using Docker Swarm, and how to ask Swarm to run 2 instances of Nginx on those machines.In this post, we will learn how to run our custom applications on the cluster. We ‘re going to implement two services using Go, one of them is fontend service and the other is backend service. The user can interact only with frontend service.