Kubernetes restart multi-container pod if a container dies

2/12/2019

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?

-- Saurav Prakash
kubernetes

0 Answers