Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions pods/storage/create-network-volumes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<Frame>
<iframe width="900"
height="508"
src="https://www.youtube.com/embed/gnSLRrlBfcA"
title="How to clone network volumes using runpodctl"
frameborder="0"
allow="fullscreen; accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin">
</iframe>
</Frame>
9 changes: 8 additions & 1 deletion serverless/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Frame>
<iframe width="900" height="508" src="https://www.youtube.com/embed/8HzN9HxYZxc" title="Runpod Serverless Made Simple - Introduction To Serverless Functions and Workers" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<iframe width="900"
height="508"
src="https://www.youtube.com/embed/8HzN9HxYZxc"
title="Runpod Serverless Made Simple - Introduction To Serverless Functions and Workers"
frameborder="0"
allow="fullscreen; accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin">
</iframe>
</Frame>

## Why use Serverless?
Expand Down