-
Notifications
You must be signed in to change notification settings - Fork 258
docs(srv): add srv x vpc ref content #5348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 2 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
9bf2c0a
docs(srv): add srv x vpc ref content
SamyOubouaziz ff60041
docs(srv): update serverless x VPC doc
SamyOubouaziz 6af1a58
Update pages/serverless-containers/reference-content/containers-priva…
SamyOubouaziz 8b3c028
docs(srv): update serverless x VPC doc
SamyOubouaziz 58a44c7
docs(srv): add faas
SamyOubouaziz d6f20dc
docs(srv): add faas
SamyOubouaziz af3f0e4
Apply suggestions from code review
SamyOubouaziz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 34 additions & 0 deletions
34
pages/serverless-containers/reference-content/containers-private-networks.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,34 @@ | ||
| --- | ||
| title: Serverless Containers and Private Networks integration | ||
| description: This page contains details on how Serverless Containers interacts with Virtual Private Cloud and Private Networks | ||
| dates: | ||
| - posted: 2025-07-29 | ||
| - validation: 2025-07-29 | ||
| --- | ||
|
|
||
| ## Compatibility | ||
|
|
||
| Scaleway Serverless Containers support [Virtual Private Cloud (VPC)](/vpc/) and can be attached to a Private Network, which allows you to securely connect your resources in an isolated environment. Refer to the [dedicated documentation](/serverless-containers/how-to/use-private-networks/) for more information. | ||
|
|
||
| ## Features | ||
|
|
||
| - Containers in the same namespace can be attached to different Private Networks. | ||
| - Both [sandbox](/serverless-containers/concepts/#sandbox) environments (`V1` and `V2`) are compatible with Private Networks. | ||
| - Attaching Serverless Containers to Private Networks **does not entail additional cost**. | ||
SamyOubouaziz marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - **Egress** (outbound private traffic from a container to resources within the same Private Network) will be routed through the private interface, but external traffic (from the Internet) will be through the public endpoint of the container. | ||
SamyOubouaziz marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - All DNS resolution is done through the Private Network (using the VPC DNS server `169.254.169.254`), which allows to resolve `*.internal` records. | ||
|
|
||
| ## Quotas | ||
|
|
||
| Refer to the [dedicated documentation](/organizations-and-projects/additional-content/organization-quotas/) for more information on Private Networks quotas for Serverless Containers. | ||
|
|
||
| ## Limitations | ||
|
|
||
| - VPC works with Namespaces that have **VPC support enabled**. VPC support can only be enabled at [namespace creation](/serverless-containers/how-to/create-manage-delete-containers-namespace/#creating-a-serverless-containers-namespace), and cannot be updated afterward. | ||
| - Only one Private Network can be attached to a container. | ||
SamyOubouaziz marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - **VPC routing** (custom routes and cross-PN automatic routing) is not supported yet. | ||
| - **Ingress** (inbound private traffic from resources to a container within the same Private Network) is not supported yet. | ||
| - Each [container instance](/serverless-containers/concepts/#instance) has a unique IP automatically assigned by Scaleway in the Private Network. This implies the following: | ||
| - Users **cannot preemptively book an IP** with [IPAM](/ipam/), and reference it in the attachment. | ||
| - A single Serverless Container can have a **large number of IPs** being used within the Private Network, depending on the number of concurrent instances. | ||
| - **Cold-starts are slightly longer** due to the additional steps required to attach the node to the Private Network and book an IP. | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.