How to apply Kubernetes cluster to an existing azure virtual mechines

4/20/2019

I have an existing azure virtual machines that deployed 30 docker containers. So I have decided to use Kubernetes service/cluster to manage deploy dockers container on that existing azure virtual machines. I have also deploy azure registry to store docker images.

Is it possible way? Please help to give me your opinion?

-- English learner
azure
kubernetes

1 Answer

4/20/2019

If you are familiar with Ansible then the best way is probably Kubespray. It is capable of creating clusters almost of any complexity and also contains many features that other cluster management tools like kubeadm don't have.

-- Vasily Angapov
Source: StackOverflow