Skip to content

Commit b1b95c7

Browse files
docs: Update Serverless create-endpoint flow with new deployment paths (DOCS-446) (#677)
2 parents 5285f24 + 5166b2f commit b1b95c7

2 files changed

Lines changed: 14 additions & 10 deletions

File tree

release-notes.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ description: "New features, fixes, and improvements for the Runpod platform."
1414

1515
**July 1, 2026**
1616

17-
<h4><Badge color="green">New Release</Badge> Deploy Pods with private AWS ECR images - BETA </h4>
17+
<h4><Badge color="blue">Improvement</Badge> [Updated Serverless endpoint creation flow](https://docs.runpod.io/serverless/endpoints/overview) </h4> The endpoint creation flow now offers six deployment paths — Hello World, Hugging Face LLM, Docker, GitHub, Flash, and Hub (which replaces the previous "Ready-to-Deploy Repos" option). Each path walks you through the right setup for your use case.
1818

19-
New tutorial covering how to pull container images from private AWS ECR repositories into Runpod Pods using cross-account IAM delegation. Includes configuring ECR repository policies, adding ECR credentials in the Runpod console, and deploying a Pod with a private image, without managing credentials directly. [Read the tutorial](/tutorials/pods/use-private-ecr-images)
19+
<h4><Badge color="green">New Release</Badge> [Deploy Pods with private AWS ECR images - BETA](/tutorials/pods/use-private-ecr-images) </h4> New tutorial covering how to pull container images from private AWS ECR repositories into Runpod Pods using cross-account IAM delegation. Includes configuring ECR repository policies, adding ECR credentials in the Runpod
20+
console, and deploying a Pod with a private image, without managing credentials directly.
2021

2122
</Accordion>
2223

serverless/endpoints/overview.mdx

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,18 @@ Before creating an endpoint, ensure you have a [handler function](/serverless/wo
4444
<Tab title="Web">
4545

4646
1. Navigate to the [Serverless section](https://www.console.runpod.io/serverless) and click **New Endpoint**.
47-
2. Choose your deployment source:
48-
- **Import Git Repository**: See [Deploy from GitHub](/serverless/workers/github-integration)
49-
- **Import from Docker Registry**: See [Deploy from Docker Hub](/serverless/workers/deploy)
50-
- **Ready-to-Deploy Repos**: Select a preconfigured endpoint
51-
3. Configure your endpoint:
52-
- **Endpoint Name** and **Type** (Queue-based or Load balancer)
53-
- **GPU Configuration** and worker settings
47+
2. Choose your deployment path:
48+
- **Hello World**: Runpod forks a starter worker template into a new GitHub repo in your account. Choose Queue-based or Load balancing, then click **Deploy**.
49+
- **Hugging Face LLM**: Search for any text-generation model on Hugging Face (for example, type "Gemma" to find Gemma 4), select it, and click **Create Endpoint**. Runpod deploys a vLLM endpoint for you.
50+
- **Docker**: Deploy from a container image. Select a saved Serverless template to fill in the container configuration automatically, or skip the template and enter an image name manually. See [Deploy from Docker](/serverless/workers/deploy).
51+
- **GitHub**: Select a repository, filtering by code owner if needed. Runpod checks for a Dockerfile and runs a background check on your handler: queue-based endpoints check for handler files, and load balancing endpoints check for a `/ping` path. See [Deploy from GitHub](/serverless/workers/github-integration).
52+
- **Hub**: Opens the Hub browser, where you can browse and deploy prebuilt workers. This replaces the previous "Ready-to-Deploy Repos" option. See [Hub overview](/hub/overview).
53+
- **Flash**: A guided setup flow for [Flash](/flash/overview) that walks you through installing the SDK, initializing your project, and sending your first command. Steps complete automatically as you progress.
54+
3. For the GitHub, Docker, and Hello World paths, configure your endpoint before deploying:
55+
- **Endpoint name** and **type** ([Queue-based](/flash/create-endpoints#queue-based-endpoints) or [Load balancing](/flash/create-endpoints#load-balanced-endpoints))
56+
- **GPU** configuration and worker scaling
5457
- **Model** (optional): Enter a Hugging Face URL for [cached models](/serverless/endpoints/model-caching)
55-
- **Environment Variables**: See [environment variables](/serverless/development/environment-variables)
58+
- **Environment variables** and container configuration. See [environment variables](/serverless/development/environment-variables).
5659
4. Click **Deploy Endpoint**.
5760

5861
</Tab>

0 commit comments

Comments
 (0)