Skip to content

Commit 2738ce2

Browse files
docs(srv): add info on no ssh connection to caas/jobs MTA-5535 (#4311)
* docs(srv): add info on no ssh connection to caas/jobs MTA-5535 * docs(srv): add info on no ssh connection to caas/jobs MTA-5535 * docs(srv): update * Update faq/serverless-jobs.mdx Co-authored-by: Thomas TACQUET <[email protected]> --------- Co-authored-by: Thomas TACQUET <[email protected]>
1 parent df2dca6 commit 2738ce2

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

faq/serverless-containers.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,12 @@ Scaleway Serverless Containers does not currently support Scaleway VPC or Privat
193193

194194
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.
195195

196+
### Can I connect to my container using SSH?
197+
198+
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.
199+
200+
For monitoring and debugging purposes, you can inspect your container, and interact with it using [Scaleway Cockpit](/serverless-containers/how-to/monitor-container/).
201+
196202
### How can I attach Block Storage to a Serverless Container?
197203

198204
Scaleway Serverless Containers do not currently support attaching Block Storage. These containers are designed to be

faq/serverless-jobs.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,14 @@ Scaleway Serverless Jobs does not currently support Scaleway VPC or Private Netw
153153

154154
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.
155155

156+
### Can I connect to my job using SSH?
157+
158+
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.
159+
160+
For monitoring and debugging purposes, you can inspect your job, and interact with it using [Scaleway Cockpit](/serverless-jobs/how-to/monitor-job/).
161+
162+
To inject specific commands into a job run, you can add a [startup command](/serverless-jobs/concepts/#startup-command) to a job.
163+
156164
### How can I store data in my Serverless resource?
157165

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

0 commit comments

Comments
 (0)