Skip to content

install kubernetes cluster on CentOS 7 for lab and exploring environment

Notifications You must be signed in to change notification settings

sirajkrm/vagrant-k8s-cluster-kubeadm-centos-7-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vagrant-provision-K8S-cluster-on-centos-7

Vagrant file to create a Kubernetes Cluster on CentOS 7.
1 Core node
2 Worker nodes
Kubernetes Version: 1.19.0
Docker CE Version: 19.03

all you need to to do:
have vagrant and virtualbox well installed
clone this repo
type: vagrant up
enjoy cup of coffee while cluster being ready

NOTES:

1- I used private network, 172.25.0.0/16 - feel free to change it
I had an issue with public network conflicts

2- I used weave net for this installation
I read couple articles about it being good and having feature same as Flannel and Calico
Weave net support encryption.. you may need some additional resources

3- container restart
you may see in one of the nodes some containers are restarting (weave net)

otherwise..
you should be all set!

About

install kubernetes cluster on CentOS 7 for lab and exploring environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages