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
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,7 +126,7 @@ Yes. Many traditional applications can be containerized and deployed to Serverle
126
126
127
127
Insufficient vCPU, RAM or ephemeral storage can lead to containers going to error status. Make sure to provision enough resources for your container.
128
128
129
-
We recommend you set high values, [use metrics to monitor](/serverless/containers/how-to/monitor-container/) the resource usage of your container, then adjust the values accordingly.
129
+
We recommend you set high values, [use metrics to monitor](/serverless-containers/how-to/monitor-container/) the resource usage of your container, then adjust the values accordingly.
130
130
131
131
### How can I reduce the cold-starts of Serverless Containers ?
132
132
@@ -141,7 +141,7 @@ Ensure that your code avoids heavy computations or long-running initialization a
141
141
142
142
### What are the limitations of Serverless Containers?
143
143
144
-
Refer to our dedicated page about [Serverless Containers limitations and configuration restrictions](/serverless/containers/reference-content/containers-limitations/) for more information.
144
+
Refer to our dedicated page about [Serverless Containers limitations and configuration restrictions](/serverless-containers/reference-content/containers-limitations/) for more information.
145
145
146
146
### Why does my container have an instance running after deployment, even with min-scale 0?
147
147
@@ -152,19 +152,19 @@ scale is set to 0. This behavior is not configurable at this time.
152
152
153
153
### How can I deploy my containers?
154
154
155
-
There are several ways to deploy containers. Refer to the [dedicated documentation](/serverless/containers/reference-content/deploy-container/) to determine the best method for your use case.
155
+
There are several ways to deploy containers. Refer to the [dedicated documentation](/serverless-containers/reference-content/deploy-container/) to determine the best method for your use case.
156
156
157
157
### How do I integrate my serverless solutions with other Scaleway services?
158
158
159
-
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.
159
+
Integration is straightforward. Serverless Functions and Containers can be triggered by events from [Queues](/messaging/concepts/#queues) and [Topics and Events](/messaging/concepts/#topics-and-events), and can easily communicate with services like [Managed Databases](/managed-databases-for-postgresql-and-mysql/) or [Serverless databases](/serverless-sql-databases/). [Serverless Jobs](/serverless-jobs/) can pull data from [Object Storage](/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.
160
160
161
161
### Where should I host my container images for deployment ?
162
162
163
163
<Macroid="container-registry-note" />
164
164
165
165
### How can I copy an image from an external registry to Scaleway Container Registry?
166
166
167
-
You can copy an image from an external registry using the Docker CLI, or open source third-party tools such as [Skopeo](https://github.com/containers/skopeo). Refer to the [dedicated documentation](/serverless/containers/api-cli/migrate-external-image-to-scaleway-registry/) for more information.
167
+
You can copy an image from an external registry using the Docker CLI, or open source third-party tools such as [Skopeo](https://github.com/containers/skopeo). Refer to the [dedicated documentation](/serverless-containers/api-cli/migrate-external-image-to-scaleway-registry/) for more information.
168
168
169
169
### How do Serverless Containers health checks work ?
170
170
@@ -201,26 +201,26 @@ solutions like Scaleway Object Storage.
201
201
202
202
### How can I store data in my Serverless resource?
203
203
204
-
Serverless resources are by default [stateless](/serverless/containers/concepts/#stateless), local storage is ephemeral.
204
+
Serverless resources are by default [stateless](/serverless-containers/concepts/#stateless), local storage is ephemeral.
205
205
206
206
For certain use cases, such as saving analysis results or exporting data, it can be important to have permanent storage to save data. Serverless resources can be connected to other resources from the Scaleway ecosystem for this purpose:
207
207
208
208
#### Databases
209
209
210
-
*[Serverless Databases](/serverless/sql-databases/): Go full serverless and take the complexity out of PostgreSQL database operations.
211
-
*[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.
212
-
*[Managed Database for Redis®](/managed-databases/redis/): Fully managed Redis®* in seconds.
213
-
*[Managed MongoDB®](/managed-databases/mongodb/): Get the best of MongoDB® and Scaleway in one database.
210
+
*[Serverless Databases](/serverless-sql-databases/): Go full serverless and take the complexity out of PostgreSQL database operations.
211
+
*[Managed MySQL / PostgreSQL](/managed-databases-for-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.
212
+
*[Managed Database for Redis®](/managed-databases-for-redis/): Fully managed Redis®* in seconds.
213
+
*[Managed MongoDB®](/managed-mongodb-databases/): Get the best of MongoDB® and Scaleway in one database.
214
214
215
215
#### Storage
216
216
217
-
*[Object Storage](/storage/object/): Multi-AZ resilient object storage service ensuring high availability for your data.
218
-
*[Scaleway Glacier](/storage/object/): Our outstanding Cold Storage class to secure long-term object storage. Ideal for deep archived data.
217
+
*[Object Storage](/object-storage/): Multi-AZ resilient object storage service ensuring high availability for your data.
218
+
*[Scaleway Glacier](/object-storage/): Our outstanding Cold Storage class to secure long-term object storage. Ideal for deep archived data.
219
219
220
220
<Messagetype="tip">
221
221
Explore all Scaleway products in the console and select the right product for your use case.
222
222
223
-
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.
223
+
Further integrations are also possible even if not listed above, for example, [Secret Manager](/secret-manager/) can help you to store information that requires versioning.
224
224
</Message>
225
225
226
226
### Can I use Serverless Containers with Edge Services?
Insufficient vCPU and RAM resources can lead to functions going to error status. Make sure to provision enough resources for your function.
135
135
136
-
We recommend you set high values, [use metrics to monitor](/serverless/functions/how-to/monitor-function/) the resource usage of your function, then adjust the value accordingly.
136
+
We recommend you set high values, [use metrics to monitor](/serverless-functions/how-to/monitor-function/) the resource usage of your function, then adjust the value accordingly.
137
137
138
138
### How does scaling work in these serverless services?
139
139
@@ -167,13 +167,13 @@ Ensure that your code avoids heavy computations or long-running initialization a
167
167
168
168
### What are the limitations of Serverless Functions?
169
169
170
-
Refer to our dedicated page about [Serverless Functions limitations and configuration restrictions](/serverless/functions/reference-content/functions-limitations/) for more information.
170
+
Refer to our dedicated page about [Serverless Functions limitations and configuration restrictions](/serverless-functions/reference-content/functions-limitations/) for more information.
171
171
172
172
### What runtimes are available on Serverless Functions?
173
173
174
174
Serverless Functions enables you to deploy functions using popular languages: `Go`, `Node`, `Python`, `PHP`, and `Rust`.
175
175
176
-
Refer to our dedicated page about [Serverless Functions Runtimes Lifecycle](/serverless/functions/reference-content/functions-lifecycle/)
176
+
Refer to our dedicated page about [Serverless Functions Runtimes Lifecycle](/serverless-functions/reference-content/functions-lifecycle/)
177
177
178
178
### Why does my function have an instance running after deployment, even with min-scale 0?
179
179
@@ -184,11 +184,11 @@ scale is set to `0`. This behavior is not configurable at this time.
184
184
185
185
### How can I deploy my functions?
186
186
187
-
There are [several ways to deploy Serverless Functions](/serverless/functions/reference-content/deploy-function/), to accommodate a broad range of use cases.
187
+
There are [several ways to deploy Serverless Functions](/serverless-functions/reference-content/deploy-function/), to accommodate a broad range of use cases.
188
188
189
189
### How do I integrate my serverless solutions with other Scaleway services?
190
190
191
-
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.
191
+
Integration is straightforward. Serverless Functions and Containers can be triggered by events from [Queues](/messaging/concepts/#queues) and [Topics and Events](/messaging/concepts/#topics-and-events), and can easily communicate with services like [Managed Databases](/managed-databases-for-postgresql-and-mysql/) or [Serverless databases](/serverless-sql-databases/). [Serverless Jobs](/serverless-jobs/) can pull data from [Object Storage](/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.
192
192
193
193
### How can I check build errors?
194
194
@@ -201,7 +201,7 @@ In the `Serverless Functions Logs` dashboard, you will then be able to read info
201
201
202
202
### How can I test my functions locally?
203
203
204
-
Scaleway provides libraries to run your functions locally, for debugging, profiling, and testing purposes. Refer to the [dedicated documentation](/serverless/functions/reference-content/local-testing/) for more information.
204
+
Scaleway provides libraries to run your functions locally, for debugging, profiling, and testing purposes. Refer to the [dedicated documentation](/serverless-functions/reference-content/local-testing/) for more information.
205
205
206
206
### Where can I find some advanced code examples for functions?
207
207
@@ -210,7 +210,7 @@ Check out our [serverless-examples repository](https://github.com/scaleway/serve
210
210
### How to migrate runtimes?
211
211
212
212
There are no constraints when changing a function runtime, you simply need to choose the runtime version you want.
213
-
Upgrading a runtime is highly recommended in case of deprecation, and for runtimes that have reached end-of-support or end-of-life. See the [functions runtimes lifecycle documentation](/serverless/functions/reference-content/functions-lifecycle/) for more information.
213
+
Upgrading a runtime is highly recommended in case of deprecation, and for runtimes that have reached end-of-support or end-of-life. See the [functions runtimes lifecycle documentation](/serverless-functions/reference-content/functions-lifecycle/) for more information.
214
214
215
215
## Network and storage
216
216
@@ -240,21 +240,21 @@ solutions like Scaleway Object Storage.
240
240
241
241
### How can I store data in my Serverless resource?
242
242
243
-
Serverless resources are by default [stateless](/serverless/functions/concepts/#stateless), local storage is ephemeral.
243
+
Serverless resources are by default [stateless](/serverless-functions/concepts/#stateless), local storage is ephemeral.
244
244
245
245
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:
246
246
247
247
#### Databases
248
248
249
-
*[Serverless Databases](/serverless/sql-databases/): Go full serverless and take the complexity out of PostgreSQL database operations.
250
-
*[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.
251
-
*[Managed Database for Redis®](/managed-databases/redis/): Fully managed Redis®* in seconds.
252
-
*[Managed MongoDB®](/managed-databases/mongodb/): Get the best of MongoDB® and Scaleway in one database.
249
+
*[Serverless Databases](/serverless-sql-databases/): Go full serverless and take the complexity out of PostgreSQL database operations.
250
+
*[Managed MySQL / PostgreSQL](/managed-databases-for-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.
251
+
*[Managed Database for Redis®](/managed-databases-for-redis/): Fully managed Redis®* in seconds.
252
+
*[Managed MongoDB®](/managed-mongodb-databases/): Get the best of MongoDB® and Scaleway in one database.
253
253
254
254
#### Storage
255
255
256
-
*[Object Storage](/storage/object/): Multi-AZ resilient object storage service ensuring high availability for your data.
257
-
*[Scaleway Glacier](/storage/object/): Our outstanding Cold Storage class to secure long-term object storage. Ideal for deep archived data.
256
+
*[Object Storage](/object-storage/): Multi-AZ resilient object storage service ensuring high availability for your data.
257
+
*[Scaleway Glacier](/object-storage/): Our outstanding Cold Storage class to secure long-term object storage. Ideal for deep archived data.
258
258
259
259
<Messagetype="tip">
260
260
Explore all Scaleway products in the console and select the right product for your use case.
0 commit comments