Skip to content

onepoint-tech/container-orchestration-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Container Orchestration Demo Cluster init with Vagrant

Description

This project allow to init a multi machines cluster to test some container orchestration solution. Platorm are provisioned and initialized with vagrant and VirtualBox

  • master
  • node1
  • node2

available platform

  • Kubernetes Vanilla init with kubeadm
  • Docker EE 2 (UCP 3.x)
  • Rancher 2 (need custom option to create cluster see. readme)

vagrant command

Init the cluster

In the folder of your choice vagrant up

Stop

All the cluster vagrant halt

A machine vagrant halt <machine-name>

Connection

vagrant ssh

Config

IP

The static IP are in the .\provision\etc_hosts_extend file used to init /etc/hosts of each machine (to be improved)

About

Try some container orchestration solutions locally with multi VM cluster provisioned with Vagrant and VirtualBox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published