What is the best way to transfer my local folder to pod?
I tried using SFFP, but it is very slow. I have models ranging from 10 to 100 GB, and it's taking a long time to zip, unzip, and transfer them.
I also explored storage options, but the network volumes are only available for certain pods.
We are in the testing phase and trying each pod one by one to find the best one based on our requirements.
Does anyone know how I can fix this?
4 Replies
my understanding is if you make a network volume and pick it at pod creation it will force the pod to be colocated in the same data center as the network volume
ssh is the best, use rsync method
sftp will be always limited to your net upload
I created a network volume, but we can only access specific pods, not all of them.