Skip to content

Vagrant and ansible scripts to get a k8s single master multi node cluster up and running.

Notifications You must be signed in to change notification settings

ashwnacharya/k8s_single_master_multi_node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k8s_single_master_multi_node

Set up a single master multi node k8s cluster on vagrant VMs.

To bring up VMs

Run

$ vagrant up

To run ansible

Run

$ cd ansible
$ ansible-playbook main.yml -i inventories/local

To connect to the cluster using kubectl

Copy the file /home/vagrant/.kube/config to your ~/.kube directory. Then use kubectl as usual.

About

Vagrant and ansible scripts to get a k8s single master multi node cluster up and running.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages