Skip to content

petrick-ribeiro/vagrant-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛠️ Vagrant Lab

A multi-machine environment for study ✏️.

Prereqs:

Getting started:

Clone the repo:

git clone https://github.com/petrick-ribeiro/vagrant-lab.git

Bring up the environment 🚀

make all

Settings:

  • Kubernetes Cluster
  • SSH key pair that connects to all nodes.

Destroy the environment 💣

make destroy

Start / Destroy an specific machine without provision:

vagrant up <machine name>

vagrant destroy -f <machine name>

Environment:

  • master (Primary Node - Control Plane)
  • worker01 (Worker Node)
  • worker02 (Worker Node)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published