From 7daf41d9d5efdea49b66ce333547c63e12418a59 Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Mon, 15 Sep 2025 11:42:35 +0200 Subject: [PATCH] docs(k8s): add link to vpc doc --- .../reference-content/secure-cluster-with-private-network.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/kubernetes/reference-content/secure-cluster-with-private-network.mdx b/pages/kubernetes/reference-content/secure-cluster-with-private-network.mdx index ee2268746b..ecb17cc3b0 100644 --- a/pages/kubernetes/reference-content/secure-cluster-with-private-network.mdx +++ b/pages/kubernetes/reference-content/secure-cluster-with-private-network.mdx @@ -46,6 +46,10 @@ Worker node pools with controlled isolation inside a Private Network have both p By removing or detaching the Public Gateway from the Private Network, a node pool with full isolation can lead to a single point of failure in the cluster, as nodes will no longer be able to reach their control plane. + + Refer to the dedicated VPC documentation to learn about [Scaleway DNS for VPC and Private Networks](/vpc/reference-content/dns/). + + ## Scaleway product compatibility ### Can I use a Public Gateway with my Private Network to exit all outgoing traffic from the nodes?