Normally in single container POD, The pod will be restarted when the primary process of the container crashes.
What will happen in case of multiple container PODs if one if process in the second container crashes ? Will the POD be restarted ?
From the docs here
Pod is running and has two Containers. Container 1 exits with failure.
If restartPolicy is:
So pod is not restarted or the other container is not restarted , only the exited container is restarted based on the restartPolicy