I am using Kubernetes v1.7 to run a multi-container pod - an app container and a sidecar. I want to restart the pod in case the app container dies. How to achieve this?
Asked
Active
Viewed 1,692 times
5
-
3Possible duplicate of ["Sidecar" containers in Kubernetes pods](https://stackoverflow.com/questions/38600622/sidecar-containers-in-kubernetes-pods) – Paul Annetts Feb 12 '19 at 18:36