Skip to content

sets up a Kubernetes cluster using Vagrant and VirtualBox

Notifications You must be signed in to change notification settings

beeguy74/vagrant_k3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vagrant_k3

Project Description

vagrant_k3 is a project that sets up a Kubernetes cluster using Vagrant and VirtualBox. It automates the creation and configuration of virtual machines to form a multi-node Kubernetes cluster for development and testing purposes.

Prerequisites

  • Vagrant (>= 2.2.10)
  • VirtualBox (>= 6.1)
  • Git

Setup Instructions

  1. Clone the repository

Setup for p1

  1. Navigate to the p1 directory:
    cd p1
  2. Start the Vagrant environment:
    vagrant up
  3. Follow any additional instructions provided in the p1/scripts/virtual_install.sh script.

Setup for p2

  1. Navigate to the p2 directory:
    cd p2
  2. Start the Vagrant environment:
    vagrant up
  3. Follow any additional instructions provided in the p2/scripts/patch_hosts.sh script.

Setup for p3

  1. Navigate to the p3 directory:
    cd p3
  2. Run the install script to set up dependencies:
    ./scripts/install.sh
  3. Start the cluster:
    ./scripts/start.sh

About

sets up a Kubernetes cluster using Vagrant and VirtualBox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published