From 0e849f86112b62a33ab9f18466c20565032ac13b Mon Sep 17 00:00:00 2001 From: sknop <118932232+sknop-cgn@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:25:57 +0200 Subject: [PATCH 1/5] Update vpnsaas.md fix Signed-off-by: sknop <118932232+sknop-cgn@users.noreply.github.com> --- .../documentation/information/vpnsaas.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/de/container/managed-kubernetes/documentation/information/vpnsaas.md b/content/de/container/managed-kubernetes/documentation/information/vpnsaas.md index 41b50fc0..d0fcc7ec 100644 --- a/content/de/container/managed-kubernetes/documentation/information/vpnsaas.md +++ b/content/de/container/managed-kubernetes/documentation/information/vpnsaas.md @@ -3,18 +3,18 @@ title: "PSKE - VPNaaS" linkTitle: "VPNaaS" type: "docs" weight: 30 -date: 2023-10-16 +date: 2023-10-24 --- -Diese Einführung soll Ihnen dabei helfen, die passende VPNaaS-Lösung für Ihren spezifischen Anwendungsfall zu wählen, um sicher auf Ihren Kubernetes-Cluster innerhal +Diese Einführung soll Ihnen dabei helfen, die passende VPNaaS-Lösung für Ihren spezifischen Anwendungsfall zu wählen, um sicher auf Ihren Kubernetes-Cluster innerhalb der PSKE zuzugreifen. Wir stellen verschiedene Optionen vor, damit Sie die bestmögliche Lösung für die sichere Verbindung und Verwaltung Ihrer Cluster finden können. ## Site-to-Site-VPN (Hybrid Connector kurz HC) -Diese Lösung eignet sich hervorragend, wenn ein Cloud Endpoint z.B. eine VMware Cloud, die einen oder mehrere Services wie bspw. einen Database Service etc. -zur Verfügung stellt und ein PSKE Kubernetes Cluster über eine VPN Verbindung auf diesen Service zugreifen soll um diesen sicher konsumieren zu können. +Diese Lösung ist gut geeignet, wenn ein VMware Cloud Endpoint, einen Database Service zur Verfügung stellt und ein PSKE Kubernetes-Cluster +über eine VPN-Verbindung sicher auf diesen Service zugreifen soll. Die Provisionierung wird im Artikel [HC - Provisionierung](https://docs.plusserver.com/de/container/managed-kubernetes/documentation/hybridconnector/hc-provisioning/) näher beschrieben. ## Remote-Access-VPN (Virtual Cloud Firewall kurz vCFW) -Diese Lösung wird hauptsächlich verwendet, wenn Einzelpersonen auf Services zugreifen, die über einen Kubernetes PSKE-Cluster bereitgestellt und +Diese Lösung wird hauptsächlich verwendet, wenn Einzelpersonen auf Services zugreifen, die über einen PSKE Kubernetes-Cluster bereitgestellt und sicher über eine VPN Verbindung konsumiert werden sollen. ## Disclaimer From 685227b58c705098aab1de19e3b361a8648a9b69 Mon Sep 17 00:00:00 2001 From: sknop <118932232+sknop-cgn@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:33:19 +0200 Subject: [PATCH 2/5] Update vpnsaas.md fix Signed-off-by: sknop <118932232+sknop-cgn@users.noreply.github.com> --- .../managed-kubernetes/documentation/information/vpnsaas.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/container/managed-kubernetes/documentation/information/vpnsaas.md b/content/en/container/managed-kubernetes/documentation/information/vpnsaas.md index 54d48fea..3bdf9f0e 100644 --- a/content/en/container/managed-kubernetes/documentation/information/vpnsaas.md +++ b/content/en/container/managed-kubernetes/documentation/information/vpnsaas.md @@ -10,7 +10,8 @@ This introduction is intended to help you choose the right VPNaaS solution for y the PSKE. We present different options to help you find the best possible solution to securely connect and manage your clusters. ## Site-to-Site-VPN (Hybrid Connector kurz HC) -This solution is ideal if a cloud endpoint, e.g. a VMware cloud that provides one or more services such as a database service, etc., and a PSKE Kubernetes cluster is to access this service via a VPN connection in order to consume it securely. and a PSKE Kubernetes cluster is to access this service via a VPN connection in order to be able to consume it securely. +This solution is well suited if a VMware Cloud Endpoint provides a database service and a PSKE Kubernetes cluster is to access this service securely via a VPN connection. +Provisioning is described in more detail in article [HC - Provisioning](https://docs.plusserver.com/en/container/managed-kubernetes/documentation/hybridconnector/hc-provisioning/). ## Remote-Access-VPN (Virtual Cloud Firewall kurz vCFW) This solution is mainly used when individuals access services that are to be provided via a Kubernetes PSKE cluster and securely consumed via a VPN connection. From 506c5cd4d6d99d2e2539c97e107c732a12e78595 Mon Sep 17 00:00:00 2001 From: sknop <118932232+sknop-cgn@users.noreply.github.com> Date: Thu, 24 Oct 2024 15:08:52 +0200 Subject: [PATCH 3/5] Update vpnsaas.md fix Signed-off-by: sknop <118932232+sknop-cgn@users.noreply.github.com> --- .../managed-kubernetes/documentation/information/vpnsaas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/container/managed-kubernetes/documentation/information/vpnsaas.md b/content/en/container/managed-kubernetes/documentation/information/vpnsaas.md index 3bdf9f0e..6fbf3092 100644 --- a/content/en/container/managed-kubernetes/documentation/information/vpnsaas.md +++ b/content/en/container/managed-kubernetes/documentation/information/vpnsaas.md @@ -7,7 +7,7 @@ date: 2023-10-16 --- This introduction is intended to help you choose the right VPNaaS solution for your specific use case in order to securely access your Kubernetes cluster within PSKE. -the PSKE. We present different options to help you find the best possible solution to securely connect and manage your clusters. +We present different options to help you find the best possible solution to securely connect and manage your clusters. ## Site-to-Site-VPN (Hybrid Connector kurz HC) This solution is well suited if a VMware Cloud Endpoint provides a database service and a PSKE Kubernetes cluster is to access this service securely via a VPN connection. From 717bb26cc6d54477dd1f3dfac619f528d1310733 Mon Sep 17 00:00:00 2001 From: sknop <118932232+sknop-cgn@users.noreply.github.com> Date: Mon, 28 Oct 2024 13:50:26 +0100 Subject: [PATCH 4/5] Update vpnsaas.md ref fix Signed-off-by: sknop <118932232+sknop-cgn@users.noreply.github.com> --- .../managed-kubernetes/documentation/information/vpnsaas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/de/container/managed-kubernetes/documentation/information/vpnsaas.md b/content/de/container/managed-kubernetes/documentation/information/vpnsaas.md index d0fcc7ec..53368202 100644 --- a/content/de/container/managed-kubernetes/documentation/information/vpnsaas.md +++ b/content/de/container/managed-kubernetes/documentation/information/vpnsaas.md @@ -11,7 +11,7 @@ der PSKE zuzugreifen. Wir stellen verschiedene Optionen vor, damit Sie die bestm ## Site-to-Site-VPN (Hybrid Connector kurz HC) Diese Lösung ist gut geeignet, wenn ein VMware Cloud Endpoint, einen Database Service zur Verfügung stellt und ein PSKE Kubernetes-Cluster -über eine VPN-Verbindung sicher auf diesen Service zugreifen soll. Die Provisionierung wird im Artikel [HC - Provisionierung](https://docs.plusserver.com/de/container/managed-kubernetes/documentation/hybridconnector/hc-provisioning/) näher beschrieben. +über eine VPN-Verbindung sicher auf diesen Service zugreifen soll. Die Provisionierung wird im Artikel [{{< pagetitle "HC - Provisionierung>}}]({{< ref /container/managed-kubernetes/documentation/hybridconnector/hc-provisioning/" >}}) näher beschrieben. ## Remote-Access-VPN (Virtual Cloud Firewall kurz vCFW) Diese Lösung wird hauptsächlich verwendet, wenn Einzelpersonen auf Services zugreifen, die über einen PSKE Kubernetes-Cluster bereitgestellt und From e87d4963cfb33c96e9ab19a7f71606e15e7473f0 Mon Sep 17 00:00:00 2001 From: sknop <118932232+sknop-cgn@users.noreply.github.com> Date: Mon, 28 Oct 2024 13:51:22 +0100 Subject: [PATCH 5/5] Update vpnsaas.md ref fix Signed-off-by: sknop <118932232+sknop-cgn@users.noreply.github.com> --- .../managed-kubernetes/documentation/information/vpnsaas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/container/managed-kubernetes/documentation/information/vpnsaas.md b/content/en/container/managed-kubernetes/documentation/information/vpnsaas.md index 6fbf3092..29a7cbdb 100644 --- a/content/en/container/managed-kubernetes/documentation/information/vpnsaas.md +++ b/content/en/container/managed-kubernetes/documentation/information/vpnsaas.md @@ -11,7 +11,7 @@ We present different options to help you find the best possible solution to secu ## Site-to-Site-VPN (Hybrid Connector kurz HC) This solution is well suited if a VMware Cloud Endpoint provides a database service and a PSKE Kubernetes cluster is to access this service securely via a VPN connection. -Provisioning is described in more detail in article [HC - Provisioning](https://docs.plusserver.com/en/container/managed-kubernetes/documentation/hybridconnector/hc-provisioning/). +Provisioning is described in more detail in article [{{< pagetitle "HC - Provisioning>}}]({{< ref /container/managed-kubernetes/documentation/hybridconnector/hc-provisioning/" >}}). ## Remote-Access-VPN (Virtual Cloud Firewall kurz vCFW) This solution is mainly used when individuals access services that are to be provided via a Kubernetes PSKE cluster and securely consumed via a VPN connection.