Is it somehow possible to share the processes or even the whole namespace between two containers that live in different pods?
The use case is, one pod is part of StatefulSet
, and the other pod is part of Job
. The job should execute some commands to seed some data in the StatefulSet (and those commands should be executed locally on the first pod).