I have a pod with two containers :
What i want to do is from my sidecar container pull specific file, and relaunch the other container, with the new set of files.
Is it possible, or a better solution exist ?
Thanks
git-sync is a simple command that pulls a git repository into a local directory. It is a perfect "sidecar" container in Kubernetes - it can periodically pull files down from a repository so that an application can consume them.