Skip to content

Commit d04200e

Browse files
committed
OSDOCS-11920: Added OSD GCP Architecture models page.
1 parent 183ee1e commit d04200e

10 files changed

+91
-1
lines changed

_topic_maps/_topic_map_osd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ Topics:
7474
File: index
7575
- Name: Product architecture
7676
File: architecture
77+
- Name: Architecture models
78+
File: osd-architecture-models-gcp
7779
- Name: Control plane architecture
7880
File: control-plane
7981
- Name: NVIDIA GPU architecture overview
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
[id="osd-architecture-models-gcp"]
3+
= {product-title} on {GCP} architecture models
4+
include::_attributes/attributes-openshift-dedicated.adoc[]
5+
:context: osd-architecture-models-gcp
6+
7+
toc::[]
8+
9+
With {product-title} on {GCP}, you can create clusters that are accessible over public or private networks.
10+
11+
include::modules/osd-gcp-architecture.adoc[leveloffset=+1]
12+
include::modules/private-service-connect-overview.adoc[leveloffset=+2]
13+
include::modules/osd-private-psc-architecture-model-gcp.adoc[leveloffset=+2]
14+
include::modules/osd-private-architecture-model-gcp.adoc[leveloffset=+2]
15+
include::modules/osd-public-architecture-model-gcp.adoc[leveloffset=+2]
16+
17+
[role="_additional-resources"]
18+
[id="osd-architecture-models-additional-resources"]
19+
== Additional resources
20+
21+
* xref:../osd_install_access_delete_cluster/creating-a-gcp-psc-enabled-private-cluster.adoc[Creating a GCP Private Service Connect enabled private cluster]
22+
23+
74.5 KB
Loading
65.2 KB
Loading

images/osd_gcp_public_arch.png

71.4 KB
Loading

modules/osd-gcp-architecture.adoc

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * osd-architecture-models-gcp.adoc
4+
5+
:_mod-docs-content-type: CONCEPT
6+
[id="osd-gcp-architecture_{context}"]
7+
= Private {product-title} on {GCP} architecture on public and private networks
8+
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:
10+
11+
* Private cluster with Private Service Connect (PSC).
12+
* Private cluster without PSC
13+
* Public cluster
14+
15+
[IMPORTANT]
16+
====
17+
Red Hat recommends using PSC when deploying a private {product-title} cluster on {GCP}. PSC ensures there is a secured, private connectivity between Red Hat infrastructure, Site Reliability Engineering (SRE), and private OpenShift clusters.
18+
====
19+
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * osd-architecture-models-gcp.adoc
4+
5+
:_mod-docs-content-type: CONCEPT
6+
[id="osd-private-architecture-model_{context}"]
7+
= Private {product-title} on {GCP} without Private Service Connect (PSC) architecture model
8+
9+
With a private network configuration, your cluster API server endpoint and application routes are private. Private {product-title} on GCP clusters use some public subnets, but no control plane or worker nodes are deployed in public subnets.
10+
11+
[IMPORTANT]
12+
====
13+
Red Hat recommends using Private Service Connect (PSC) when deploying a private {product-title} cluster on {GCP}. PSC ensures there is a secured, private connectivity between Red Hat infrastructure, Site Reliability Engineering (SRE), and private OpenShift clusters.
14+
====
15+
16+
Red Hat SRE management access the cluster through a public load balancer endpoint that are restricted to Red Hat IPs. The API server endpoint is private. A separate Red Hat API server endpoint is public (but restricted to Red Hat trusted IP addresses). The default ingress controller can be public or private. The following image shows network connectivity of a private cluster without Private Service Connect (PSC).
17+
18+
.{product-title} on {GCP} deployed on a private network without PSC
19+
image::osd_gcp_private_no_psc_arch.png[Private without PSC architecture model]
20+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * osd-architecture-models-gcp.adoc
4+
5+
:_mod-docs-content-type: CONCEPT
6+
[id="osd-private-psc-architecture-model-gcp_{context}"]
7+
= Private {product-title} on {GCP} with Private Service Connect architecture model
8+
9+
With a private GCP 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.
10+
Red Hat SRE management access the cluster over the GCP 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.
11+
12+
.{product-title} on {GCP} deployed on a private network with PSC
13+
image::osd_gcp_private_with_psc_arch.png[Private with PSC architecture model]
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * osd-architecture-models-gcp.adoc
4+
5+
:_mod-docs-content-type: CONCEPT
6+
[id="osd-public-architecture-model-gcp_{context}"]
7+
= Public {product-title} on {GCP} architecture model
8+
9+
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.
10+
11+
.{product-title} on {GCP} deployed on a public network
12+
image::osd_gcp_public_arch.png[Public architecture model]
13+

modules/private-service-connect-overview.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// * osd_install_access_delete_cluster/creating-a-gcp-psc-enabled-private-cluster.adoc
44

55
:_mod-docs-content-type: CONCEPT
6-
[id="private-service-connect-overview"]
6+
[id="private-service-connect-overview_{context}"]
77
= Private Service Connect overview
88
Private Service Connect (PSC), a capability of Google Cloud networking, enables private communication between services across different projects or organizations within GCP. 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.
99
For more information on PSC, see link:https://cloud.google.com/vpc/docs/private-service-connect[Private Service Connect].

0 commit comments

Comments
 (0)