Comments on: Designing Microservice Architecture with Docker Swarm http://www.littlebigextra.com/design-considerations-microservice-architecture-docker-swarm/ A technology blog covering topics on Java, Scala, Docker, AWS, BigData, DevOps and much more to come. Do it yourself instructions for complex to simple problems for a novice to an expert. Sun, 24 Jun 2018 07:58:39 +0000 hourly 1 https://wordpress.org/?v=5.2.7 By: Huy http://www.littlebigextra.com/design-considerations-microservice-architecture-docker-swarm/#comment-451 Tue, 03 Apr 2018 04:34:18 +0000 http://littlebigextra.com/?p=1140#comment-451 Thanks for the docker session persistence article and this article. For me, to add new node in to a Swarm, I stored the token manager and node to Hashi Vault, then I use Puppet/Chef to bootstrap that node and query the token on Hashi Vault then execute command docker swarm join.

]]>