Skip to content

Commit 22ee7bb

Browse files
authored
Merge pull request #87773 from rh-tokeefe/OSSM-8192
OSSM-8192: product documentation for external control plane topology
2 parents c118781 + a7c52b8 commit 22ee7bb

File tree

4 files changed

+487
-0
lines changed

4 files changed

+487
-0
lines changed

_topic_maps/_topic_map.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ Topics:
7878
File: ossm-multi-cluster-topologies
7979
- Name: Deploying multiple service meshes on a single cluster
8080
File: ossm-deploying-multiple-service-meshes-on-single-cluster
81+
- Name: External control plane topology
82+
File: ossm-external-control-plane-topology
8183
- Name: Installing the Istio command line utility
8284
File: ossm-istioctl-tool
8385
- Name: Enabling mutual Transport Layer Security
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
:_content-type: ASSEMBLY
2+
[id="ossm-external-control-plane-topology"]
3+
= External control plane topology
4+
include::_attributes/common-attributes.adoc[]
5+
:context: ossm-external-control-plane-topology
6+
7+
toc::[]
8+
9+
Use the external control plane topology to isolate the control plane from the data plane on separate clusters.
10+
11+
include::modules/ossm-about-external-control-plane-topology.adoc[leveloffset=+1]
12+
include::modules/ossm-installing-external-control-plane.adoc[leveloffset=+2]
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// This procedure is used in the following assembly:
2+
// * install/ossm-multi-cluster-topologies.adoc
3+
4+
:_mod-docs-content-type: CONCEPT
5+
[id="ossm-about-external-control-plane-topology_{context}"]
6+
= About external control plane topology
7+
8+
The external control plane topology improves security and allows the Service Mesh to be hosted as a service. In this installation configuration one cluster hosts and manages the {istio} control plane, and applications are hosted on other clusters.

0 commit comments

Comments
 (0)