Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
6 changes: 6 additions & 0 deletions faq/serverless-containers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,12 @@ Scaleway Serverless Containers does not currently support Scaleway VPC or Privat

To add network restrictions on your resource, refer to the [list of prefixes used at Scaleway](https://www.scaleway.com/en/peering/). Serverless resources do not have dedicated or predictable IP addresses.

### 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.

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
Expand Down
8 changes: 8 additions & 0 deletions faq/serverless-jobs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,14 @@ Scaleway Serverless Jobs does not currently support Scaleway VPC or Private Netw

To add network restrictions on your resource, consult the [list of prefixes used at Scaleway](https://www.scaleway.com/en/peering/). Serverless resources do not have dedicated or predictable IP addresses.

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

No, it is not possible to connect to Serverless Jobs using SSH. Serverless Jobs is a fully managed, and stateless compute environment that does not provide direct access to the underlying infrastructure.

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

To inject specific commands into a job run, you can add a [startup command](/serverless-jobs/concepts/#startup-command) to a job.

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

Serverless resources are by default [stateless](/serverless-functions/concepts/#stateless), local storage is ephemeral.
Expand Down