canhanhan / kubernetes-lab

Ansible playbook to build a Kubernetes cluster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kubernetes-lab

A learning project to build Kubernetes cluster the hard way without kubeadm or other installers. This project is NOT intented for production use.

Requirements

Usage

pip install netaddr ansible
vagrant plugin install vagrant-vbguest
vagrant up
ansible-playbook -i inventory.yml playbook.yml

About

Ansible playbook to build a Kubernetes cluster

License:MIT License