How to install kubernetes on multiple machines simultaneously?

4/22/2019

I have n number of machines, how can I check if kubernetes is installed on the machine or not ,if its not installed how to setup kubernetes cluster on multiple machines simultaneously? (trying to automate kubernetes installation on multiple machines) What tools/technology can be used for this?

-- LoilyQ
containers
devops
kubernetes

1 Answer

4/22/2019

If you are familiar with Ansible, use Kubespray, it allows to install, expand and upgrade production grade clusters.

-- Vasily Angapov
Source: StackOverflow