From 1a5fe30de9fa7bc9aba4846629e1c504f01751db Mon Sep 17 00:00:00 2001 From: thomas-tacquet Date: Tue, 24 Sep 2024 11:16:57 +0200 Subject: [PATCH 1/2] feat(serverless): add PN info --- faq/serverless-containers.mdx | 8 +++++++- faq/serverless-functions.mdx | 6 ++++++ faq/serverless-jobs.mdx | 8 +++++++- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/faq/serverless-containers.mdx b/faq/serverless-containers.mdx index ad3cde41fa..324c6de300 100644 --- a/faq/serverless-containers.mdx +++ b/faq/serverless-containers.mdx @@ -117,4 +117,10 @@ Containers use http1 by default, yet the gRPC protocol requires http2. You can u ## How does Serverless Container healthcheck work ? A Serverless Container is set to `ready` once the specified port is correctly bound to the container, and will start receiving traffic. If your application needs to perform some tasks before receiving traffic (e.g. connect to a database), it's important to run them before binding to the port (starting the webserver). -For now, the `HEALTHCHECK` Docker directive has no impact on container readiness. In the future, the healthcheck will be customizable for your applications. \ No newline at end of file +For now, the `HEALTHCHECK` Docker directive has no impact on container readiness. In the future, the healthcheck will be customizable for your applications. + +## How to configure access to a Private Network ? + +Scaleway Serverless Containers does not support Virtual Private Networks (VPC) for now, it's a feature under development. + +If it's possible to add some network restrictions on your resource, here is the list of prefixes used at Scaleway: [https://www.scaleway.com/en/peering/](https://www.scaleway.com/en/peering/). Serverless ressources does not have dedicated and predictible IP address. diff --git a/faq/serverless-functions.mdx b/faq/serverless-functions.mdx index 2806fed34b..053c63ef4a 100644 --- a/faq/serverless-functions.mdx +++ b/faq/serverless-functions.mdx @@ -167,3 +167,9 @@ Check out our [serverless-examples repository](https://github.com/scaleway/serve There are no constraints when changing a function runtime, you simply need to choose the runtime version you want. 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. + +## How to configure access to a Private Network ? + +Scaleway Serverless Functions does not support Virtual Private Networks (VPC) for now, it's a feature under development. + +If it's possible to add some network restrictions on your resource, here is the list of prefixes used at Scaleway: [https://www.scaleway.com/en/peering/](https://www.scaleway.com/en/peering/). Serverless ressources does not have dedicated and predictible IP address. diff --git a/faq/serverless-jobs.mdx b/faq/serverless-jobs.mdx index 185831cffb..e8a061e11d 100644 --- a/faq/serverless-jobs.mdx +++ b/faq/serverless-jobs.mdx @@ -91,4 +91,10 @@ Scaleway Serverless Jobs is part of the Scaleway ecosystem, it can therefore be ## Do Serverless Jobs offer parallelization? -Not yet. Scaleway Serverless Jobs will soon offer parallelization via a `parallelism` parameter for each job. This will automatically launch a given number of replicas of the Job container in parallel. \ No newline at end of file +Not yet. Scaleway Serverless Jobs will soon offer parallelization via a `parallelism` parameter for each job. This will automatically launch a given number of replicas of the Job container in parallel. + +## How to configure access to a Private Network ? + +Scaleway Serverless Jobs does not support Virtual Private Networks (VPC) for now, it's a feature under development. + +If it's possible to add some network restrictions on your resource, here is the list of prefixes used at Scaleway: [https://www.scaleway.com/en/peering/](https://www.scaleway.com/en/peering/). Serverless ressources does not have dedicated and predictible IP address. From 1b063b2bb4b42e7b8c3c844e0d8c4f6331a1b0dd Mon Sep 17 00:00:00 2001 From: Thomas TACQUET Date: Tue, 24 Sep 2024 14:39:16 +0200 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Rowena Jones <36301604+RoRoJ@users.noreply.github.com> --- faq/serverless-containers.mdx | 6 +++--- faq/serverless-functions.mdx | 6 +++--- faq/serverless-jobs.mdx | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/faq/serverless-containers.mdx b/faq/serverless-containers.mdx index 324c6de300..f9cf538282 100644 --- a/faq/serverless-containers.mdx +++ b/faq/serverless-containers.mdx @@ -119,8 +119,8 @@ Containers use http1 by default, yet the gRPC protocol requires http2. You can u A Serverless Container is set to `ready` once the specified port is correctly bound to the container, and will start receiving traffic. If your application needs to perform some tasks before receiving traffic (e.g. connect to a database), it's important to run them before binding to the port (starting the webserver). For now, the `HEALTHCHECK` Docker directive has no impact on container readiness. In the future, the healthcheck will be customizable for your applications. -## How to configure access to a Private Network ? +## How can I configure access to a Private Network? -Scaleway Serverless Containers does not support Virtual Private Networks (VPC) for now, it's a feature under development. +Scaleway Serverless Containers does not currently support Scaleway VPC or Private Networks, though this feature is under development. -If it's possible to add some network restrictions on your resource, here is the list of prefixes used at Scaleway: [https://www.scaleway.com/en/peering/](https://www.scaleway.com/en/peering/). Serverless ressources does not have dedicated and predictible IP address. +To add network restrictions on your resource, consult the [list of prefixes used at Scaleway](https://www.scaleway.com/en/peering/). Note that Serverless resources do not have dedicated or predictable IP addresses. diff --git a/faq/serverless-functions.mdx b/faq/serverless-functions.mdx index 053c63ef4a..64127885be 100644 --- a/faq/serverless-functions.mdx +++ b/faq/serverless-functions.mdx @@ -168,8 +168,8 @@ Check out our [serverless-examples repository](https://github.com/scaleway/serve There are no constraints when changing a function runtime, you simply need to choose the runtime version you want. 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. -## How to configure access to a Private Network ? +## How do I configure access to a Private Network? -Scaleway Serverless Functions does not support Virtual Private Networks (VPC) for now, it's a feature under development. +Scaleway Serverless Functions does not currently support Scaleway VPC or Private Networks, though this feature is under development. -If it's possible to add some network restrictions on your resource, here is the list of prefixes used at Scaleway: [https://www.scaleway.com/en/peering/](https://www.scaleway.com/en/peering/). Serverless ressources does not have dedicated and predictible IP address. +To add network restrictions on your resource, consult the [list of prefixes used at Scaleway](https://www.scaleway.com/en/peering/). Note that Serverless resources do not have dedicated or predictable IP addresses. diff --git a/faq/serverless-jobs.mdx b/faq/serverless-jobs.mdx index e8a061e11d..1c47974cf7 100644 --- a/faq/serverless-jobs.mdx +++ b/faq/serverless-jobs.mdx @@ -93,8 +93,8 @@ Scaleway Serverless Jobs is part of the Scaleway ecosystem, it can therefore be Not yet. Scaleway Serverless Jobs will soon offer parallelization via a `parallelism` parameter for each job. This will automatically launch a given number of replicas of the Job container in parallel. -## How to configure access to a Private Network ? +## How can I configure access to a Private Network? -Scaleway Serverless Jobs does not support Virtual Private Networks (VPC) for now, it's a feature under development. +Scaleway Serverless Jobs does not currently support Scaleway VPC or Private Networks, though this feature is under development. -If it's possible to add some network restrictions on your resource, here is the list of prefixes used at Scaleway: [https://www.scaleway.com/en/peering/](https://www.scaleway.com/en/peering/). Serverless ressources does not have dedicated and predictible IP address. +To add network restrictions on your resource, consult the [list of prefixes used at Scaleway](https://www.scaleway.com/en/peering/). Note that Serverless resources do not have dedicated or predictable IP addresses.