From a383a4197dc580da18c3ef3c54635e6f59588265 Mon Sep 17 00:00:00 2001
From: brendanmckeag <162313286+brendanmckeag@users.noreply.github.com>
Date: Wed, 1 Oct 2025 03:43:13 -0700
Subject: [PATCH 1/3] Update create-network-volumes.mdx
Add video embed
---
pods/storage/create-network-volumes.mdx | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/pods/storage/create-network-volumes.mdx b/pods/storage/create-network-volumes.mdx
index 61b6600d..97494d85 100644
--- a/pods/storage/create-network-volumes.mdx
+++ b/pods/storage/create-network-volumes.mdx
@@ -130,3 +130,8 @@ 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/).
+
+Need to migrate a volume from one data center to another? You can do so with runpodctl with the following video tutorial.
+
+
+
From 581d2037a695c801978448a7f563fa2b468809f4 Mon Sep 17 00:00:00 2001
From: Mo King
Date: Wed, 1 Oct 2025 09:21:43 -0400
Subject: [PATCH 2/3] Rerwrite copy for volume migration
---
pods/storage/create-network-volumes.mdx | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/pods/storage/create-network-volumes.mdx b/pods/storage/create-network-volumes.mdx
index 97494d85..35e420a1 100644
--- a/pods/storage/create-network-volumes.mdx
+++ b/pods/storage/create-network-volumes.mdx
@@ -131,7 +131,9 @@ Network volume storage space costs less than for disk volumes (\$0.07/GB/month r
For a deeper dive into potential benefits, read this [blog article on network volumes](https://blog.runpod.io/four-reasons-to-set-up-a/).
-Need to migrate a volume from one data center to another? You can do so with runpodctl with the following video tutorial.
+## 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:
From 5207dafcf860c10e81184fc81e3153f33cbb73fc Mon Sep 17 00:00:00 2001
From: Mo King
Date: Wed, 1 Oct 2025 09:41:18 -0400
Subject: [PATCH 3/3] Fix video frames
---
pods/storage/create-network-volumes.mdx | 12 ++++++++++--
serverless/overview.mdx | 9 ++++++++-
2 files changed, 18 insertions(+), 3 deletions(-)
diff --git a/pods/storage/create-network-volumes.mdx b/pods/storage/create-network-volumes.mdx
index 35e420a1..02da4868 100644
--- a/pods/storage/create-network-volumes.mdx
+++ b/pods/storage/create-network-volumes.mdx
@@ -135,5 +135,13 @@ For a deeper dive into potential benefits, read this [blog article on network vo
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?