Skip to content

Commit 9644a54

Browse files
more faq entries
1 parent 2a00bd6 commit 9644a54

File tree

6 files changed

+100
-20
lines changed

6 files changed

+100
-20
lines changed

faq/serverless-containers.mdx

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,4 +186,28 @@ solutions like Scaleway Object Storage.
186186
## Why does my container have an instance running after deployment, even with min-scale 0?
187187

188188
Currently, a new container instance will always start after each deployment, even if there is no traffic and the minimum
189-
scale is set to 0. This behavior is not configurable at this time.
189+
scale is set to 0. This behavior is not configurable at this time.
190+
191+
## How can I store data in my Serverless ressource?
192+
193+
Serverless ressources are by default [stateless](/serverless/containers/concepts/#stateless), local storage is ephemeral.
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.
196+
197+
### Databases
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.
203+
204+
### Storage
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.
208+
209+
<Message type="tip">
210+
Explore all Scaleway products on the console and select the right product for your use case.
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.
213+
</Message>

faq/serverless-functions.mdx

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,3 +219,27 @@ solutions like Scaleway Object Storage.
219219

220220
Currently, a new function instance will always start after each deployment, even if there is no traffic and the minimum
221221
scale is set to 0. This behavior is not configurable at this time.
222+
223+
## How can I store data in my Serverless ressource?
224+
225+
Serverless ressources are by default [stateless](/serverless/functions/concepts/#stateless), local storage is ephemeral.
226+
227+
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.
228+
229+
### Databases
230+
231+
* **Serverless Databases**: Go full serverless and take the complexity out of PostgreSQL database operations.
232+
* **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.
233+
* **Managed Database for Redis®**: Fully managed Redis®* in seconds.
234+
* **Managed MongoDB®**: Get the best of MongoDB® and Scaleway in one database.
235+
236+
### Storage
237+
238+
* **Object storage**: Multi-AZ resilient object storage service ensuring high availability for your data.
239+
* **Scaleway Glacier**: Our outstanding Cold Storage class to secure long-term object storage. Ideal for deep archived data.
240+
241+
<Message type="tip">
242+
Explore all Scaleway products on the console and select the right product for your use case.
243+
244+
Some products are not listed but for example, on specific use cases Secret Manager can help you to store informations that requires versionning.
245+
</Message>

faq/serverless-jobs.mdx

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,3 +142,27 @@ To add network restrictions on your resource, consult the [list of prefixes used
142142
## Can I securely use sensitive information with Serverless Jobs?
143143

144144
Yes, you can use sensitive data such as API secret keys, passwords, TLS/SSL certificates, or tokens. Serverless Jobs seamlessly integrates with [Secret Manager](/identity-and-access-management/secret-manager/), which allows you to securely reference sensitive information within your jobs. Refer to the [dedicated documentation](/serverless/jobs/how-to/reference-secret-in-job/) for more information.
145+
146+
## How can I store data in my Serverless ressource?
147+
148+
Serverless ressources are by default [stateless](/serverless/functions/concepts/#stateless), local storage is ephemeral.
149+
150+
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.
151+
152+
### Databases
153+
154+
* **Serverless Databases**: Go full serverless and take the complexity out of PostgreSQL database operations.
155+
* **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.
156+
* **Managed Database for Redis®**: Fully managed Redis®* in seconds.
157+
* **Managed MongoDB®**: Get the best of MongoDB® and Scaleway in one database.
158+
159+
### Storage
160+
161+
* **Object storage**: Multi-AZ resilient object storage service ensuring high availability for your data.
162+
* **Scaleway Glacier**: Our outstanding Cold Storage class to secure long-term object storage. Ideal for deep archived data.
163+
164+
<Message type="tip">
165+
Explore all Scaleway products on the console and select the right product for your use case.
166+
167+
Some products are not listed but for example, on specific use cases Secret Manager can help you to store informations that requires versionning.
168+
</Message>

serverless/containers/concepts.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,10 @@ The port parameter specifies the network port that your container listens on for
134134

135135
The value defined in the port parameter will then be passed to your container during the deployment inside the `PORT` environment variable.
136136

137+
<Message type="note">
138+
Only one HTTP port can be exposed per Serverless Container.
139+
</Message>
140+
137141
## Privacy policy
138142

139143
A container's privacy policy defines whether a container may be invoked anonymously (**public**) or only via an authentication mechanism provided by the [Scaleway API](https://www.scaleway.com/en/developers/api/serverless-containers/#authentication) (**private**).

serverless/containers/reference-content/containers-limitations.mdx

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -52,20 +52,22 @@ During the execution of the container, if the limits are exceeded, a restart occ
5252

5353
In order to ensure the proper functioning of the product, we restrict the use of certain ports and environment variables
5454

55-
* Blocked ports:
56-
* **25**: Due to potential abuse (spam), no outbound traffic is allowed through this port, except from Scaleway Transactional Email SMTP servers.
57-
* **465**: Due to potential abuse (spam), no outbound traffic is allowed through this port, except from Scaleway Transactional Email SMTP servers.
58-
* Unavailable custom ports
59-
Do not make your containers listen on these ports which are used by our service.
60-
* 8008
61-
* 8012
62-
* 8013
63-
* 8022
64-
* 9090
65-
* 9091
66-
* Reserved environment variables:
67-
* `PORT`: Value of the port defined in the Container settings, which the container has to listen on. You can use this environment variable inside your Container for easier deployments.
68-
* `SCW_*`: Reserved for product configuration (for example: token validation)
55+
### Blocked ports:
56+
* **25**: Due to potential abuse (spam), no outbound traffic is allowed through this port, except from Scaleway Transactional Email SMTP servers.
57+
* **465**: Due to potential abuse (spam), no outbound traffic is allowed through this port, except from Scaleway Transactional Email SMTP servers.
58+
59+
### Unavailable custom ports
60+
Do not make your containers listen on these ports which are used by our service.
61+
* 8008
62+
* 8012
63+
* 8013
64+
* 8022
65+
* 9090
66+
* 9091
67+
68+
### Reserved environment variables
69+
* `PORT`: Value of the port defined in the Container settings, which the container has to listen on. You can use this environment variable inside your Container for easier deployments.
70+
* `SCW_*`: Reserved for product configuration (for example: token validation)
6971

7072
## Default values for CPU and memory limits
7173

serverless/functions/reference-content/functions-limitations.mdx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,13 @@ If the limits are exceeded during the execution of the function, a restart occur
5050

5151
To ensure the proper functioning of the product, we restrict the use of certain ports and environment variables.
5252

53-
* Blocked ports:
54-
* **25**: Due to potential abuse (spam), no outbound traffic is allowed through this port, except from Scaleway Transactional Email SMTP servers.
55-
* **465**: Due to potential abuse (spam), no outbound traffic is allowed through this port, except from Scaleway Transactional Email SMTP servers.
56-
* Reserved environment variables:
57-
* `SCW_*`: Reserved for product configuration (for example: token validation).
53+
### Blocked ports
54+
55+
* **25**: Due to potential abuse (spam), no outbound traffic is allowed through this port, except from Scaleway Transactional Email SMTP servers.
56+
* **465**: Due to potential abuse (spam), no outbound traffic is allowed through this port, except from Scaleway Transactional Email SMTP servers.
57+
58+
### Reserved environment variables:
59+
* `SCW_*`: Reserved for product configuration (for example: token validation).
5860

5961
## Versioning and rollback
6062

0 commit comments

Comments
 (0)