Redis – How to define a readiness probe on a container for checking another containers health in the same pod?
I have a Deployment object with Container A and Container B in OpenShift. The requirement here is that whenever container B exits, container A should follow or otherwise the entire pod should be replaced. Is there any way to achieve…