Skip to content

DevOps Lab | Creating a local Swarm Cluster, using virtual machines provisioned with Vagrant

Notifications You must be signed in to change notification settings

rodcsant/vagrant-docker-swarm-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vagrant-docker-swarm-project

Project for implementing an on premisses Docker Swarm cluster, using virtual machines provisioned with Vagrant.

Step by step:

. Create a vagrantfile with the definitions of 3 virtual machines: being the first machine with the name of master and the other ones with the name of node01 and node02;

. Each virtual machine must have a fixed IP;

. All VMs must have Docker pre-installed;

. The machine named master must be the cluster manager node;

. The other machine must be added to the Swarm cluster as Workers.


Projeto realizado durante o bootcamp da DIO Jornada DevOps com AWS - Impulso, ministrado por https://github.com/denilsonbonatti

About

DevOps Lab | Creating a local Swarm Cluster, using virtual machines provisioned with Vagrant

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages