Deploy a Kubeadm Kubernetes cluster with Vagrant and Ansible.
Update NODE_NETWORK_BASE
in Vagrantfile
with your network prefix if you have virtalbox network limitations.
Deploy the Kubernetes cluster :
vagrant up
Remove the Kubernetes cluter :
vagrant destroy -f
Based on kubeadm-ansible, ansible-role-ntp and ansible-role-locale.