I have to deploy an application in Kubernetes in Active/Standby High availability configurations. How to do this using Kubernetes concepts?
Thanks
front the two application instances using ha-proxy. ha-proxy supports active/standby mode
There is no any native support for Active/Standby application deployment in Kubernetes.
Here is the feature request on Github.