Container start order in pod
by Михаил Иванов
Greetings!
I want to create a pod, containers of which depend on the order
in which they are started. When the pod is created the order is
defined by container run commands. But what will happen when I stop
the pod with 'pod stop' command and then start it up using 'pod start'
again? What will be the order of containers startup?
And another issue: if I run the container with --restart=on-failure,
will it be working as expected inside a pod?
Best regards,
--
Michael Ivanov
1 year