Skip to content

Commit 7a75624

Browse files
committed
update
1 parent f3f2e4d commit 7a75624

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

cloud-infrastructure/virtualization-solutions/openshift-on-oci/openshift-multi-cluster-domain-management/files/implementing-common-basedomain-across-multiple-ocp-clusters.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Reviewed: 10.04.2025
2525
**2. On-Premises Integration**
2626
- Access from corporate networks is enabled via conditional DNS forwarding to a VCN-based listener. The listener IP address in this example is 10.0.26.97.
2727

28-
<img src="images/0.png" width=500x align="top">
28+
![Default OCP Architecture](image.png)
2929

3030
## Problem Statement
3131

@@ -55,7 +55,7 @@ This evaluation compares the trade-offs between these deployment strategies in t
5555

5656
The diagram below illustrates the architecture where a single VCN contains multiple subnets, each dedicated to an OpenShift cluster.
5757

58-
<img src="images/1.png" width=500x align="top">
58+
![common base domain](image-1.png)
5959

6060
**Challenges:**
6161
- Zone conflicts during new cluster deployment, requiring manual intervention.
@@ -81,7 +81,7 @@ The diagram below illustrates the architecture where a single VCN contains multi
8181

8282
The diagram below shows the architecture where each OCP cluster has a dedicated VCN with a common base domain, but DNS conditional forwarding is managed using unique subdomains.
8383

84-
<img src="images/2.png" width=500x align="top">
84+
![Unique Subdomain](image-2.png)
8585

8686
**Benefits:**
8787
- Maintains a common base domain for all OCP clusters.
@@ -97,7 +97,7 @@ The diagram below shows the architecture where each OCP cluster has a dedicated
9797

9898
The diagram below illustrates the architecture where each cluster has a dedicated VCN and a unique base domain.
9999

100-
<img src="images/3.png" width=500x align="top">
100+
![Unique base domain](image-3.png)
101101

102102

103103
# Conclusion

0 commit comments

Comments
 (0)