I have two pods pod-a and pod-b and they belong to different applications inside an Openshift project.
Both pods expose a health check http url which I can use to check if a given pod is up and running.
I don't want both pods to be up together at any given time.
If pod-a is up, pod-b should not start and vice-versa.
How can I achieve this in Openshift?