4

Hi all we are looking for practically and tested guide or reference for kubernetes master high availability or other solution for master node fail over.

Michael Hausenblas
  • 13,162
  • 4
  • 52
  • 66
Jogendra Kumar
  • 513
  • 5
  • 14
  • Thank you all of you I have found Multimaster HA Kubernetes cluster configuration tool KOPS. https://github.com/kubernetes/kops – Jogendra Kumar Apr 05 '18 at 13:09

1 Answers1

3

There are definitely folks running Kubernetes HA masters in production following the instructions for High Availability Kubernetes Clusters. As noted at the beginning of that page, it's an advanced use case and requires in-depth knowledge of how the Kubernetes master components work.

Robert Bailey
  • 17,866
  • 3
  • 50
  • 58