Kubernetes HA master setup

5/20/2017

I have configured two separate masters in Kubernetes in Google Cloud..How to connect both masters for high availabilty Mater(for resiliency)? Anyone can help?

Reagrds, Rishabh

-- rishabh jain
kubernetes
kubernetes-helm

1 Answer

9/13/2017

If you are planning to use multi master in Kubernetes, you need to use load balancer for high availability.

Please check the official document for detailed steps. https://kubernetes.io/docs/admin/high-availability/

-- Ramchander rao
Source: StackOverflow