Is there any existing automation tools to deploy Kubernetes HA cluster?

8/10/2017

The question is same as the title. I am deploying Kubernetes Cluster on CentOS 7 using Kubeadm and planning to replicate the Master with HA solution.

Although there are loads of tools listed in the Kubernetes wiki page, "Building a High-Available" cluster" is a separate topic and there is no automation tools recommended by K8s yet.

The question is whether there is a tool to automated the HA setup steps. What is the most efficient tool to do that ? Will Kubeadm support HA in future and when will it?

-- ichbinblau
high-availability
kubernetes

1 Answer

8/10/2017

A ton of them, and a search before posting would have easily surfaced that very answer

https://github.com/ramitsurana/awesome-kubernetes#readme

-- mdaniel
Source: StackOverflow