Skip to content

Commit 0643671

Browse files
RoRoJthomas-tacquet
authored andcommitted
Int fix serverless routing (#5361)
* fix(vpc): serverless routing info * fix(vpc): another precision * Apply suggestions from code review Co-authored-by: Thomas TACQUET <[email protected]> --------- Co-authored-by: Thomas TACQUET <[email protected]>
1 parent f97d04c commit 0643671

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

pages/vpc/faq.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@ NACLs are currently in Public Beta, and configurable only via the [VPC API](http
4444

4545
### Why can I not route traffic to my Managed Database on another Private Network?
4646

47-
Only Managed PostgreSQL and MySQL Database Instances created after July 28th 2025 are compatible with [VPC routing](/vpc/concepts/#routing). Maintenance scheduled for later in August 2025 will make all pre-existing Managed PostgreSQL and MySQL Database Instances compatible as well.
47+
Only Managed PostgreSQL and MySQL Database Instances created after July 28th 2025 are compatible with [VPC routing](/vpc/concepts/#routing). Maintenance scheduled for later in August 2025 will make all pre-existing Managed PostgreSQL and MySQL Database Instances compatible as well.
48+
49+
### Are Serverless Functions and Containers compatible with VPC routing?
50+
51+
No, Serverless Functions and Containers are not currently compatible with VPC routing. Functions and Containers attached to a Private Network support egress traffic only, towards other resources on the same Private Network.
4852

4953
### How are NACLs different from security groups?
5054

pages/vpc/reference-content/understanding-routing.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,5 @@ Alternatively, and aligned with best practice, when the default NACL rule **Deni
157157
## Limitations
158158

159159
- Only Managed PostgreSQL and MySQL Database Instances created after July 28th 2025 are compatible with VPC routing. Maintenance scheduled for later in August 2025 will make all pre-existing Managed PostgreSQL and MySQL Database Instances compatible as well.
160+
- Serverless Functions and Containers do not support VPC routing.
160161
- VPC routing does not currently support virtual IPs.

pages/vpc/troubleshooting/vpc-limitations.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@ This page sets out some current limitations of Scaleway's VPC.
1515
- Instances
1616
- Elastic Metal servers
1717
- Apple silicon (Mac mini)
18-
- Load Balancers
18+
- Load Balancers.
1919
- Public Gateways
2020
- Managed Databases for PostgreSQL and MySQL
2121
- Managed Databases for Redis™ (only during the process of creating the database)
2222
- Kubernetes Kapsule (only during the process of creating the Kapsule cluster)
23-
- Serverless Functions and Containers (egress traffic only, with VPC-supporting namespaces)
23+
- Serverless Functions and Containers (egress traffic only, with VPC-supporting namespaces. Not compatible with VPC routing.)
2424
- Private Networks are not supported on some legacy Instance offers which have reached EOL, e.g. `VC1`, `START1` and `X64-*GB`. Note that all Instance offers in the [current product catalogue](https://www.scaleway.com/en/pricing/?tags=compute) are supported.
2525
- Only Managed PostgreSQL and MySQL Database Instances created after July 28th 2025 are compatible with [VPC routing](/vpc/concepts/#routing). Maintenance scheduled for later in August 2025 will make all pre-existing Managed PostgreSQL and MySQL Database Instances compatible as well.
2626

27+

0 commit comments

Comments
 (0)