I'd like to cover three scenarios:
- I want to copy various configuration files to the head node
- I want to copy various data (e.g. images) to the workers, so that they can each work independently on it, without having to pass the data through the remote calls each time. These could be on the GCP cloud storage.
- I want to copy necessary binaries to the workers. These cannot be located on some shared storage or passed through remote calls and have to be actually present on each of the worker nodes.
What would be the best way to achieve this?