1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

Merge pull request #105237 from openshift-cherrypick-robot/cherry-pick-105203-to-enterprise-4.21

[enterprise-4.21] OSDOCS-17505:Corrected Vale errors in OSD architecture sections of Architecture book.
This commit is contained in:
Aedín Collins
2026-01-22 16:11:06 +00:00
committed by GitHub
7 changed files with 7 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ include::_attributes/attributes-openshift-dedicated.adoc[]
toc::[]
[role="_abstract"]
With {product-title} on {GCP}, you can create clusters that are accessible over public or private networks.
include::modules/osd-gcp-architecture.adoc[leveloffset=+1]

View File

@@ -6,6 +6,7 @@
[id="osd-gcp-architecture_{context}"]
= Private {product-title} on {GCP} architecture on public and private networks
[role="_abstract"]
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:
* Private cluster with Private Service Connect (PSC).

View File

@@ -6,6 +6,7 @@
[id="osd-private-architecture-model_{context}"]
= Private {product-title} on {GCP} without Private Service Connect (PSC) architecture model
[role="_abstract"]
With a private network configuration, your cluster API server endpoint and application routes are private. Private {product-title} on {gcp-short} clusters use some public subnets, but no control plane or worker nodes are deployed in public subnets.
[IMPORTANT]

View File

@@ -6,6 +6,7 @@
[id="osd-private-psc-architecture-model-gcp_{context}"]
= Private {product-title} on {GCP} with Private Service Connect architecture model
[role="_abstract"]
With a private {gcp-short} Private Service Connect (PSC) network configuration, your cluster API server endpoint and application routes are private. Public subnets or NAT gateways are not required in your VPC for egress.
Red Hat SRE management access the cluster over the {gcp-short} PSC-enabled private connectivity. The default ingress controller are private. Additional ingress controllers can be public or private. The following diagram shows network connectivity of a private cluster with PSC.

View File

@@ -6,6 +6,7 @@
[id="osd-public-architecture-model-gcp_{context}"]
= Public {product-title} on {GCP} architecture model
[role="_abstract"]
With a public network configuration, your cluster API server endpoint and application routes are internet-facing. The default ingress controller can be public or private. The following image shows the network connectivity of a public cluster.
.{product-title} on {GCP} deployed on a public network

View File

@@ -7,6 +7,7 @@
[id="osd-understanding-private-service-connect_{context}"]
= Understanding Private Service Connect
[role="_abstract"]
Private Service Connect (PSC), a capability of {gcp-full} networking, enables private communication between services across different projects or organizations within {gcp-short}. Users that implement PSC as part of their network connectivity can deploy {product-title} clusters in a private and secured environment within {GCP} without any public facing cloud resources.
For more information about PSC, see link:https://cloud.google.com/vpc/docs/private-service-connect[Private Service Connect].

View File

@@ -7,6 +7,7 @@
[id="psc-architecture_{context}"]
= Private Service Connect architecture
[role="_abstract"]
The PSC architecture includes producer services and consumer services. Using PSC, the consumers can access producer services privately from inside their VPC network. Similarly, it allows producers to host services in their own separate VPC networks and offer a private connect to their consumers.
The following image depicts how Red HAT SREs and other internal resources access and support clusters created using PSC.