But sometimes you need to run tests on a multinode cluster running on multiple VMs.
There are many ways how to install Kubernetes Multinode Cluster but I choose these projects kubeadm and kubespray.
- Kubespray is handy for enterprise installations where HA is a must, but it can be used for standard testing if you have Ansible installed.
- Kubeadm is official tool for Kubernetes installation, but it needs more love when you want to use it in enterprise to configure HA.

