How to configure Acitve/Standby high availability for application deployed in Kubernetes

10/14/2019

I have to deploy an application in Kubernetes in Active/Standby High availability configurations. How to do this using Kubernetes concepts?

Thanks

-- Chandu
high-availability
kubernetes

2 Answers

10/14/2019

front the two application instances using ha-proxy. ha-proxy supports active/standby mode

-- P Ekambaram
Source: StackOverflow

10/14/2019

There is no any native support for Active/Standby application deployment in Kubernetes.

Here is the feature request on Github.

https://github.com/kubernetes/kubernetes/issues/45300

-- mchawre
Source: StackOverflow