Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pages/object-storage/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ content:
h1: Object Storage FAQ
tags: storage cdn object-storage
dates:
validation: 2024-09-23
validation: 2025-04-02
category: storage
productIcon: ObjectStorageProductIcon
---
Expand Down Expand Up @@ -181,7 +181,7 @@ This means that you can transfer objects from Standard class to One Zone - IA an

## Do the new storage classes impact Scaleway Glacier?

No, the rules for using Glacier class remain the same and your data is still hosted in DC4. Refer to our [Cold storage FAQ](/object-storage/faq/#cold-storage) for more information on Scaleway Glacier.
No, the rules for using Glacier class remain the same and your data is still hosted in DC4. Refer to the [Cold storage section](#cold-storage) for more information on Scaleway Glacier.

## Can I migrate my existing data to the new Multi-AZ Standard class?

Expand Down
2 changes: 1 addition & 1 deletion pages/object-storage/how-to/edit-storage-class.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Change storage class settings for objects in buckets.
tags: object storage class object-storage storage-class
dates:
validation: 2024-09-24
validation: 2025-04-02
posted: 2021-05-27
categories:
- storage
Expand Down
2 changes: 1 addition & 1 deletion pages/scaleway-cli/reference-content/cli-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page contains a list of CLI content in the Scaleway Documentation website.
tags: devtools terraform cli scaleway-cli
dates:
validation: 2024-09-23
validation: 2025-04-02
posted: 2023-05-15
categories:
- devtools
Expand Down
14 changes: 7 additions & 7 deletions pages/serverless-containers/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ meta:
content:
h1: Serverless Containers FAQ
dates:
validation: 2024-09-24
validation: 2025-04-02
category: serverless
productIcon: ContainersProductIcon
---
Expand All @@ -20,6 +20,8 @@ Serverless computing is a cloud execution model where the cloud provider dynamic

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.

Refer to the [dedicated documentation](/serverless-containers/reference-content/difference-jobs-functions-containers/) for more information on the differences between Containers, Functions and Jobs.

### Can I run any application on Serverless Containers?

Yes. Because Serverless Containers supports any containerized application, you can choose the language, runtime, and framework that best suits your needs. As long as it can run in a container and respond to HTTP requests, Serverless Containers can host it.
Expand Down Expand Up @@ -101,16 +103,15 @@ Serverless Containers are billed on a pay-as-you-go basis, strictly on resource

### Can I upgrade Serverless Container resources (vCPU and RAM) at any time?

Yes, Serverless Containers resources can be changed at any time without causing downtime - see the previous question for full details.
Yes, Serverless Containers resources can be changed at any time without causing downtime.

### How does scaling work in these serverless services?

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.

### Can updates of Serverless Containers cause downtime?

No, deploying a new version of your Serverless Container generates a **rolling update**. This means that a new version of the service is gradually
rolled out to your users without downtime. Here is how it works:
No, deploying a new version of your Serverless Container generates a **rolling update**. This means that a new version of the service is gradually rolled out to your users without downtime. Here is how it works:

* When a new version of your container 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.
* Once the new version is successfully running, we gradually shift all traffic to it, ensuring zero downtime.
Expand Down Expand Up @@ -218,15 +219,14 @@ No, you cannot use your own TLS certificates. Scaleway uses Let's Encrypt to gen

### Can I connect to my container using SSH?

No, it is not possible to connect to Serverless Containers using SSH. Serverless Containers is a fully managed, and stateless compute environment that does not provide direct access to the underlying infrastructure due to several features, such as autoscaling.
No, it is not possible to connect to Serverless Containers using SSH. Serverless Containers is a fully managed, and stateless compute environment that does not provide direct access to the underlying infrastructure due to several features, such as autoscaling.

For monitoring and debugging purposes, you can inspect your container, and interact with it using [Scaleway Cockpit](/serverless-containers/how-to/monitor-container/).

### How can I attach Block Storage to a Serverless Container?

Scaleway Serverless Containers do not currently support attaching Block Storage. These containers are designed to be
stateless, meaning they do not retain data between invocations. For persistent storage, we recommend using external
solutions like Scaleway Object Storage.
stateless, meaning they do not retain data between invocations. For persistent storage, we recommend using external solutions like Scaleway Object Storage.

### How can I store data in my Serverless resource?

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page provides the steps to use Row-Level Security with PostGREST for Serverless SQL Databases
tags: sql-databases serverless database row-level-security postgresql postgrest
dates:
validation: 2024-09-24
validation: 2025-04-02
posted: 2024-09-24
categories:
- serverless
Expand All @@ -19,8 +19,6 @@ Due to connection pooling, Serverless SQL Databases currently only support trans

<Macro id="requirements" />

<Macro id="requirements" />

- A Scaleway account logged into the [console](https://console.scaleway.com)
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
- [Created a Serverless SQL Database](/serverless-sql-databases/how-to/create-a-database/)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page explains how to use Row-Level Security with Serverless SQL Databases
tags: sql-databases serverless database row-level-security postgresql postgrest
dates:
validation: 2024-09-24
validation: 2025-04-02
posted: 2024-09-24
categories:
- serverless
Expand Down