Skip to content
This repository has been archived by the owner on May 28, 2023. It is now read-only.

theJaxon/K8s-Vagrant

Repository files navigation

K8s-Vagrant

Kubeadm Vagrant CentOS Ansible

Deploy kubernetes cluster using Kubeadm + Vagrant Multi-machine.


  • The stable and recommended setup is in the directory centos-7
  • By default the setup uses 3 machines as follows:
Machine Address FQDN
kmaster 172.42.42.100 kmaster.example.com
kworker1 172.42.42.101 kworker1.example.com
kworker2 172.42.42.102 kworker2.example.com

CentOS-8 [WIP]:

  • The script was modified to support bento/centos-8 image instead of centos-7
  • Added metrics-server with the fix to support CentOS 8
  • AnsiblePort directory contains the same setup but using ansible.

Releases

No releases published

Packages

No packages published

Languages