Assume I have an app A container and another container called resources-preparation which will try to create DB tables and etc in order to bootstrap app A.
App A container and resources-preparation container are living in different pods. How can I bring up App A container after resources-preparation container completes.
PS: resources-preparation container is not a service at all. So I may not be able to use the waitfor image to detect the resources-preparation container completes.