diff --git a/pods/storage/create-network-volumes.mdx b/pods/storage/create-network-volumes.mdx index 61b6600d..02da4868 100644 --- a/pods/storage/create-network-volumes.mdx +++ b/pods/storage/create-network-volumes.mdx @@ -130,3 +130,18 @@ Using network volumes provides significant flexibility that can lead to cost sav Network volume storage space costs less than for disk volumes (\$0.07/GB/month rather than \$0.10/GB/month), and storing data on a network volume can save you money compared to provisioning separate disk space for multiple Pods (even with just two Pods sharing one volume). For a deeper dive into potential benefits, read this [blog article on network volumes](https://blog.runpod.io/four-reasons-to-set-up-a/). + +## Migrate files between volumes + +You can migrate files from one network volume to another using `runpodctl send` and `receive` on two running Pods. Watch this video tutorial for a step-by-step walkthrough: + + + + \ No newline at end of file diff --git a/serverless/overview.mdx b/serverless/overview.mdx index d57d7143..75c35345 100644 --- a/serverless/overview.mdx +++ b/serverless/overview.mdx @@ -6,7 +6,14 @@ description: "Pay-as-you-go compute for AI models and compute-intensive workload Runpod Serverless is a cloud computing platform that lets you run AI models and compute-intensive workloads without managing servers. You only pay for the actual compute time you use, with no idle costs when your application isn't processing requests. - + ## Why use Serverless?