Install multi master kubernetes cluster in local

11/22/2018

I have tried with minikube tool, It's a single node. kubeadm tool, It's a multinode but single master. I am looking for the tool which can be configure multi master kubernetes cluster in local.

-- samba
kubernetes
local

1 Answer

11/22/2018

There's no tool to install a multi-master Kubernetes cluster locally as of this writing. Generally, a multi-master setup is meant for production environments and a local setup is generally far from what someone would describe as a production environment.

You can probably piece together a local installation from this and Kubernetes the Hard Way.

-- Rico
Source: StackOverflow