Skip to content

vagrantfile to install kubernets cluster of two nodes on ubutnu 18.0.4

Notifications You must be signed in to change notification settings

shahzadkazama/vagrant-kubernetes-cluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 

Repository files navigation

vagrant-kubernetes-cluster

vagrantfile to install kubernets cluster of two nodes verified on ubuntu 18

Steps:

1- install virtual box

    sudo apt update

    sudo apt upgrade

     apt install libvirt-daemon-system

    wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -

    wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -

    sudo add-apt-repository "deb http://download.virtualbox.org/virtualbox/debian bionic contrib"

    sudo apt update

    sudo apt install virtualbox-6.0

2- install vagrant

     sudo apt install vagrant

3- clone this project and execute Vagrant file

     -> git clone https://github.com/shahzadkazama/vagrant-kubernetes-cluster.git

     -> cd vagrant-kubernetes-cluster

     -> vagrant up

About

vagrantfile to install kubernets cluster of two nodes on ubutnu 18.0.4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published