galaxyproject / gen3-integration

for now mostly for issue and project tracking
0 stars 0 forks source link

Define and test k8s deployment for reference data #10

Open martenson opened 5 years ago

martenson commented 5 years ago

so we can use csi-nodeplugins to get access to CVMFS reference data for all users' namespaces

almahmoud commented 5 years ago

One question that we should ask, that I just thought of, is whether the nodes would be dedicated to the user (i.e. are they getting boot up for a specific user and teared down afterwards or are they being re-used). Relevant because right now the CVMFS is unmounting the bind mounts for containers on a node but leaving the initial mount on the node, which is not a major problem but might be undesirable if the nodes are ever re-used.