You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: faq/serverless-containers.mdx
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,15 +39,15 @@ This process ensures a seamless update experience, minimizing user disruption du
39
39
40
40
## Can I upgrade Serverless Container resources (vCPU and RAM) at any time?
41
41
42
-
Yes, Serverless Containers ressources can be changed at any time without causing downtime, see previous question.
42
+
Yes, Serverless Containers resources can be changed at any time without causing downtime - see the previous question for full details.
43
43
44
44
## How does scaling work in these serverless services?
45
45
46
-
Scaling in Serverless Containers and Serverless Functions is handled automatically by the platform. When demand increases—more requests or events—the platform spins up additional instances to handle the load. When demand decreases, instances spin down. This ensures optimal performance without manual intervention.
46
+
Scaling in Serverless Containers and Serverless Functions is handled automatically by the platform. When demand increases - more requests or events - the platform spins up additional instances to handle the load. When demand decreases, instances spin down. This ensures optimal performance without manual intervention.
47
47
48
48
## How do I integrate my serverless solutions with other Scaleway services?
49
49
50
-
Integration is straightforward. Serverless Functions and Containers can be triggered by events from Queues, SQS and SNS and can easily communicate with services like Managed databases or Serverless databases. Serverless Jobs can pull data from Object Storage or output processed results into a database. With managed connectors, APIs, and built-in integrations, linking to the broader Scaleway ecosystem is seamless.
50
+
Integration is straightforward. Serverless Functions and Containers can be triggered by events from [Queues](/serverless/messaging/concepts/#queues) and [Topics and Events](/serverless/messaging/concepts/#topics-and-events), and can easily communicate with services like [Managed Databases](/managed-databases/) or [Serverless databases](/serverless/sql-databases/). [Serverless Jobs](/serverless/jobs/) can pull data from [Object Storage](/storage/object), or output processed results into a database. With managed connectors, APIs, and built-in integrations, linking to the broader Scaleway ecosystem is seamless.
51
51
52
52
## Can I migrate existing applications to Serverless Containers?
53
53
@@ -188,26 +188,26 @@ solutions like Scaleway Object Storage.
188
188
Currently, a new container instance will always start after each deployment, even if there is no traffic and the minimum
189
189
scale is set to 0. This behavior is not configurable at this time.
190
190
191
-
## How can I store data in my Serverless ressource?
191
+
## How can I store data in my Serverless resource?
192
192
193
-
Serverless ressources are by default [stateless](/serverless/containers/concepts/#stateless), local storage is ephemeral.
193
+
Serverless resources are by default [stateless](/serverless/containers/concepts/#stateless), local storage is ephemeral.
194
194
195
-
In different use cases like saving results of analysis, exporting data etc... it can be important to save data. Serverless ressources can be connected to ressources from the Scaleway ecosystem.
195
+
For some use cases, such as saving analysis results, exporting data etc., it can be important to save data. Serverless resources can be connected to other resources from the Scaleway ecosystem for this purpose:
196
196
197
197
### Databases
198
198
199
-
***Serverless Databases**: Go full serverless and take the complexity out of PostgreSQL database operations.
200
-
***Managed MySQL / PostgreSQL**: Ensure scalability of your infrastructure and storage with our new generation of Managed Databases designed to scale on-demand according to your needs.
201
-
***Managed Database for Redis®**: Fully managed Redis®* in seconds.
202
-
***Managed MongoDB®**: Get the best of MongoDB® and Scaleway in one database.
199
+
*[Serverless Databases](/serverless/sql-databases/): Go full serverless and take the complexity out of PostgreSQL database operations.
200
+
*[Managed MySQL / PostgreSQL](/managed-databases/postgresql-and-mysql/): Ensure scalability of your infrastructure and storage with our new generation of Managed Databases designed to scale on-demand according to your needs.
201
+
*[Managed Database for Redis®](/managed-databases/redis/): Fully managed Redis®* in seconds.
202
+
*[Managed MongoDB®](/managed-databases/mongodb/): Get the best of MongoDB® and Scaleway in one database.
203
203
204
204
### Storage
205
205
206
-
***Object storage**: Multi-AZ resilient object storage service ensuring high availability for your data.
207
-
***Scaleway Glacier**: Our outstanding Cold Storage class to secure long-term object storage. Ideal for deep archived data.
206
+
*[Object Storage](/storage/object/): Multi-AZ resilient object storage service ensuring high availability for your data.
207
+
*[Scaleway Glacier](/storage/object/): Our outstanding Cold Storage class to secure long-term object storage. Ideal for deep archived data.
208
208
209
209
<Messagetype="tip">
210
-
Explore all Scaleway products on the console and select the right product for your use case.
210
+
Explore all Scaleway products in the console and select the right product for your use case.
211
211
212
-
Some products are not listed but for example, on specific use cases Secret Manager can help you to store informations that requires versionning.
212
+
Further integrations are also possible even if not listed above, for example, [Secret Manager](/identity-and-access-management/secret-manager/) can help you to store information that requires versioning.
Copy file name to clipboardExpand all lines: faq/serverless-functions.mdx
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,13 @@ category: serverless
10
10
productIcon: FunctionsProductIcon
11
11
---
12
12
13
-
## What is serverless computing and how does it differ from traditional cloud hosting?
13
+
## What is serverless computing, and how does it differ from traditional cloud hosting?
14
14
15
15
Serverless computing is a cloud execution model where the cloud provider dynamically manages the allocation of compute resources. Unlike traditional hosting models, you don’t need to provision, scale, or maintain servers. Instead, you focus solely on writing and deploying your code, and the infrastructure scales automatically to meet demand.
16
16
17
-
## Why consider using Serverless Containers, Functions or Jobs for my projects?
17
+
## Why consider using Serverless Containers, Functions, or Jobs for my projects?
18
18
19
-
These services allow you to build highly scalable, event-driven, and pay-as-you-go solutions. Serverless Containers and Functions help you create applications and microservices without worrying about server management, while Serverless Jobs let you run large-scale, parallel batchprocessing tasks efficiently. This can lead to faster development cycles, reduced operational overhead, and cost savings.
19
+
These services allow you to build highly scalable, event-driven, and pay-as-you-go solutions. Serverless Containers and Functions help you create applications and microservices without worrying about server management, while Serverless Jobs lets you run large-scale, parallel batch-processing tasks efficiently. This can lead to faster development cycles, reduced operational overhead, and cost savings.
20
20
21
21
## What are the cost benefits of using serverless services like Serverless Containers and Serverless Functions?
22
22
@@ -26,20 +26,20 @@ With serverless, you only pay for the compute resources you actually use. There
26
26
27
27
Scaling in Serverless Containers and Serverless Functions is handled automatically by the platform. When demand increases—more requests or events—the platform spins up additional instances to handle the load. When demand decreases, instances spin down. This ensures optimal performance without manual intervention.
28
28
29
-
## Does updates of Serverless Function can cause downtime?
29
+
## Can updates of Serverless Function cause downtime?
30
30
31
-
No, when deploying a new version of your Serverless Function generates a **rolling update**. This means that a new version of the service is gradually
31
+
No, deploying a new version of your Serverless Function generates a **rolling update**. This means that a new version of the service is gradually
32
32
rolled out to your users without downtime. Here is how it works:
33
33
34
34
* When a new version of your function is deployed, the platform automatically starts routing traffic to the new version incrementally, while still serving requests from the old version until the new one is fully deployed.
35
-
* Once the new version is successfully running, we gradually shifts all traffic to it, ensuring zero downtime.
35
+
* Once the new version is successfully running, we gradually shift all traffic to it, ensuring zero downtime.
36
36
* The old version is decommissioned once the new version is fully serving traffic.
37
37
38
-
This process ensures a seamless update experience, minimizing disruption to users during deployments. If needed, you can also manage traffic splitting between versions during the update process, allowing you to test new versions with a subset of traffic before fully migrating to it.
38
+
This process ensures a seamless update experience, minimizing disruption to users during deployments. If needed, you can also manage traffic splitting between versions during the update process, allowing you to test new versions with a subset of traffic before fully migrating to them.
39
39
40
-
## Can I update Serverless Function ressources (vCPU and RAM) at any time?
40
+
## Can I upgrade Serverless Function resources (vCPU and RAM) at any time?
41
41
42
-
Yes, Serverless Functions ressources can be changed at any time without causing downtime, see previous question.
42
+
Yes, Serverless Functions resources can be changed at any time without causing downtime, see the previous question for full details.
43
43
44
44
## How do I integrate my serverless solutions with other Scaleway services?
0 commit comments