Skip to content

Commit 90c2bdb

Browse files
authored
Merge pull request #85528 from mletalie/OSDOCS-12790
[OSDOCS-12790]:Update PSC Architecture Diagram
2 parents 93a46cb + 9707882 commit 90c2bdb

File tree

7 files changed

+259
-7
lines changed

7 files changed

+259
-7
lines changed

NewPSC.png

114 KB
Loading

images/NewPSC.png

114 KB
Loading

images/psc2.png

Lines changed: 200 additions & 0 deletions
Loading

images/psc_arch_2.png

265 KB
Loading

images/psc_arch_gg2.png

Lines changed: 52 additions & 0 deletions
Loading

modules/osd-gcp-architecture.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[id="osd-gcp-architecture_{context}"]
77
= Private {product-title} on {GCP} architecture on public and private networks
88

9-
You can customize the access patterns for your API service endpoint and Red Hat SRE management by choosing one of the following network configuration types:
9+
You can customize the access patterns for your API server endpoint and Red Hat SRE management by choosing one of the following network configuration types:
1010

1111
* Private cluster with Private Service Connect (PSC).
1212
* Private cluster without PSC

modules/private-service-connect-overview.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ The PSC architecture includes producer services and consumer services. Using PSC
2020

2121
The following image depicts how Red HAT SREs and other internal resources access and support clusters created using PSC.
2222

23-
* A unique PSC Service Attachment is created for each OSD cluster in the customer GCP project. The PSC Service Attachment points to the cluster API server load balancer created in the customer GCP project.
23+
* A unique PSC service attachment is created for each OSD cluster in the customer GCP project. The PSC service attachment points to the cluster API server load balancer created in the customer GCP project.
2424

25-
* Similar to Service Attachments, a unique PSC Service Endpoint is created in the Red Hat Management GCP project for each OSD cluster.
25+
* Similar to service attachments, a unique PSC endpoint is created in the Red Hat Management GCP project for each OSD cluster.
2626

27-
* A dedicated subnet for GCP Private Service Connect is created in the cluster’s network within the customer GCP project. This is a special subnet type where the producer services are published via PSC Service Attachments. This subnet is used to Source NAT (SNAT) incoming requests to the cluster API server. Additionally, the PSC subnet must be within the Machine CIDR range and cannot be used in more than one Service Attachment.
27+
* A dedicated subnet for GCP Private Service Connect is created in the cluster’s network within the customer GCP project. This is a special subnet type where the producer services are published via PSC service attachments. This subnet is used to Source NAT (SNAT) incoming requests to the cluster API server. Additionally, the PSC subnet must be within the Machine CIDR range and cannot be used in more than one service attachment.
2828

29-
* Red Hat internal resources and SREs access private OSD clusters using the connectivity between a PSC Endpoint and Service Attachment. Even though the traffic transits multiple VPC networks, it remains entirely within Google Cloud.
29+
* Red Hat internal resources and SREs access private OSD clusters using the connectivity between a PSC endpoint and service attachment. Even though the traffic transits multiple VPC networks, it remains entirely within Google Cloud.
3030

31-
* Access to PSC Service Attachments is possible only via the Red Hat Management project.
31+
* Access to PSC service attachments is possible only via the Red Hat Management project.
3232

3333
.PSC architecture overview
34-
image::psc-arch-overview.png[PSC architecture overview]
34+
image::psc_arch_2.png[PSC architecture overview]

0 commit comments

Comments
 (0)