Skip to content

Commit 2f7f0e6

Browse files
committed
docs(srv): update
1 parent fd231b3 commit 2f7f0e6

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

pages/serverless-containers/reference-content/migrate-to-serverless-containers.mdx

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,18 @@ Define your Serverless Containers services using tools like Terraform for a full
100100

101101
## Migration Strategies
102102

103-
Progressive migration: You don't need to migrate your entire application at once. Serverless Containers are perfect for microservices. You can start by migrating a single, smaller service to get a feel for the platform. This approach minimizes risk and allows your team to learn as you go.
103+
**Progressive migration**
104104

105-
API Migration: When migrating an API, you can create a new version of your API on Serverless Containers. For example, you can create a new /v2/ endpoint for your API that is served by Serverless Containers, while the existing /v1/ remains on your current infrastructure. This allows for a gradual rollout to your users.
105+
You do not need to migrate your entire application at once. Serverless Containers are perfect for microservices. You can start by migrating a single, smaller service to get a feel of the platform. This approach minimizes risk and allows your teams to learn as they go.
106106

107-
Start small with Serverless Jobs
107+
**API Migration**
108108

109-
If you're looking for an even simpler way to start your Serverless journey, consider using Serverless Jobs. This is a companion product designed for running batch jobs, scripts, or automated tasks that run to completion.
109+
When migrating an API, you can create a new version of your API on Serverless Containers. For example, you can create a new /v2/ endpoint for your API that is served by Serverless Containers, while the existing /v1/ remains on your current infrastructure. This allows for a gradual rollout to your users.
110+
111+
## Start small with Serverless Jobs
112+
113+
If you're looking for an even simpler way to start your Serverless journey, consider using Serverless Jobs. This is a companion product designed for running autonomous batch jobs, scripts, or automated tasks that run to completion.
110114

111115
Instead of migrating a full web service, you can start by offloading a small automation task (like a nightly data processing script) to a Serverless Job. This is a low-risk way to familiarize your team with the serverless container ecosystem before committing to migrating larger, more critical services.
112116

113-
Quickstart of Serverless Jobs product (/serverless-jobs/quickstart/)
117+
Refer to the [Serverless Jobs quickstart guide](/serverless-jobs/quickstart/) to deploy your first job in a few minutes.

0 commit comments

Comments
 (0)