Skip to content

Docker Swarm orchestration cluster on local computer

Notifications You must be signed in to change notification settings

licolsan/swarm-hat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎩 SwarmHat

SwarmHat is an platform for fastly setting up Docker Swarm orchestration cluster on local computer, using virtual machine

Prerequisites

  1. Download and install VirtualBox
  2. Download and install Vagrant
  3. [Mac/Linux only] Install Ansible

Stacks

Deployment

  1. Download box
  $ make download_box
  1. Initialize virtual machines
  $ make init_vm
  1. Test all virtual machines is alive and config correctly
  $ make test_ping_vm
  1. Initialize swarm cluster
  $ make setup_swarm
  1. [Optional] This command will run a deployment template of FUChain
  $ make deploy
  1. Finally, you can run to master node and enjoy with your cluster
  $ vagrant ssh swarm-manager

Authors

  • Phạm Hoàng Linh

About

Docker Swarm orchestration cluster on local computer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published