Skip to content

Commit 8901bf0

Browse files
committed
Add video tutorials
1 parent bf1e643 commit 8901bf0

File tree

5 files changed

+37
-0
lines changed

5 files changed

+37
-0
lines changed

instant-clusters.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@ Runpod offers custom Instant Cluster pricing plans for large scale and enterpris
1212

1313
Runpod Instant Clusters provide fully managed compute clusters with high-performance networking for distributed workloads like multi-node training and large-scale AI inference.
1414

15+
<iframe
16+
className="w-full aspect-video rounded-xl"
17+
src="https://www.youtube.com/embed/6T3IgOxGubU?si=Dkdcba8O2rficZNo"
18+
title="Introduction to Instant Clusters"
19+
frameBorder="0"
20+
allow="fullscreen; accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
21+
allowFullScreen
22+
></iframe>
23+
1524
## Key features
1625

1726
* High-speed networking from 1600 to 3200 Gbps within a single data center.

pods/manage-pods.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ runpodctl config --apiKey RUNPOD_API_KEY
1919
You can deploy preconfigured Pods from the repos listed in the [Runpod Hub](/hub/overview). For more info, see the [Hub deployment guide](/hub/overview#deploy-as-a-pod).
2020
</Tip>
2121

22+
2223
<Tabs>
2324
<Tab title="Web">
2425
To create a Pod using the Runpod console:

pods/templates/overview.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ Pod templates are pre-configured Docker image setups that let you quickly spin u
77

88
Templates eliminate the need to manually set up environments, saving time and reducing configuration errors. For example, instead of installing PyTorch, configuring JupyterLab, and setting up all dependencies yourself, you can select a pre-configured template and have everything ready to go instantly.
99

10+
<iframe
11+
className="w-full aspect-video rounded-xl"
12+
src="https://www.youtube.com/embed/PwsTMASN7ac?si=noDNxOzehmjjvjnL"
13+
title="Deploying Pods from templates"
14+
frameBorder="0"
15+
allow="fullscreen; accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
16+
allowFullScreen
17+
></iframe>
18+
1019
## What Pod templates include
1120

1221
Pod templates contain all the necessary components to launch a fully configured Pod:

serverless/endpoints/send-requests.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ This guide is for **queue-based (i.e. traditional) Serverless endpoints**. If yo
1010

1111
Serverless endpoints provide synchronous and asynchronous job processing with automatic worker scaling based on demand. This page covers everything from basic input structure and job submission, to monitoring, troubleshooting, and advanced options for queue-based endpoints.
1212

13+
<iframe
14+
className="w-full aspect-video rounded-xl"
15+
src="https://www.youtube.com/embed/BURJRgjNNJI?si=wdbNI58YGdPI7JyE"
16+
title="Send requests from the console"
17+
frameBorder="0"
18+
allow="fullscreen; accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
19+
allowFullScreen
20+
></iframe>
21+
1322
## How requests work
1423

1524
After creating a Serverless [endpoint](/serverless/endpoints/overview), you can start sending it **requests** to submit jobs and retrieve results.

serverless/workers/github-integration.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ description: "Learn how to deploy a Serverless worker directly from a GitHub rep
88

99
Runpod's GitHub integration simplifies your workflow by pulling your code and Dockerfile from GitHub, building the container image, storing it in Runpod's secure container registry, and deploying it to your endpoint.
1010

11+
<iframe
12+
className="w-full aspect-video rounded-xl"
13+
src="https://www.youtube.com/embed/3lHnRU4QPRM"
14+
title="Deploy workers from GitHub"
15+
frameBorder="0"
16+
allow="fullscreen; accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
17+
allowFullScreen
18+
></iframe>
19+
1120
## Requirements
1221

1322
To deploy a worker from GitHub, you need:

0 commit comments

Comments
 (0)