ichbinblau
ichbinblau

Reputation: 4819

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

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?

Upvotes: 1

Views: 465

Answers (1)

mdaniel
mdaniel

Reputation: 33223

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

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

Upvotes: 1

Related Questions