Production ready Kubernetes cluster on Linux VM

3/16/2018

We are running all our applications in Linux VM's and tried Kubernetes cluster on local Mac using minikube and it looks promising.

Interested in setting up Kubernetes on Linux VM's, but:
Is is possible to setup production ready cluster on Linux VM's?

-- user1578872
kubernetes

1 Answer

3/17/2018

As shown in kubernetes/kubeadm issue 465, setting up a cluster using VMs can be a challenge.

Using Calico will help, since it provides secure network connectivity for containers and virtual machine workloads.
Use Calico 2.6.

-- VonC
Source: StackOverflow