diff --git a/hosted_control_planes/index.adoc b/hosted_control_planes/index.adoc index 5bc540b0c5..061850f507 100644 --- a/hosted_control_planes/index.adoc +++ b/hosted_control_planes/index.adoc @@ -10,12 +10,7 @@ toc::[] include::modules/hosted-control-planes-concepts-personas.adoc[leveloffset=+1] include::modules/hosted-control-planes-overview.adoc[leveloffset=+1] - -[role="_additional-resources"] -.Additional resources - -* link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.9/html/clusters/cluster_mce_overview#hosted-control-planes-intro[{hcp-capital}] - +include::modules/hcp-mce-acm-relationship-intro.adoc[leveloffset=+1] include::modules/hosted-control-planes-version-support.adoc[leveloffset=+1] [role="_additional-resources"] diff --git a/images/acm-mce-intro-diagram.png b/images/acm-mce-intro-diagram.png new file mode 100644 index 0000000000..1217d941f0 Binary files /dev/null and b/images/acm-mce-intro-diagram.png differ diff --git a/images/rhacm-flow.png b/images/rhacm-flow.png new file mode 100644 index 0000000000..07cd886d65 Binary files /dev/null and b/images/rhacm-flow.png differ diff --git a/modules/hcp-mce-acm-relationship-intro.adoc b/modules/hcp-mce-acm-relationship-intro.adoc new file mode 100644 index 0000000000..6c32b4d04b --- /dev/null +++ b/modules/hcp-mce-acm-relationship-intro.adoc @@ -0,0 +1,26 @@ +// Module included in the following assemblies: +// +// * hosted_control_planes/index.adoc + +:_mod-docs-content-type: CONCEPT +[id="hcp-mce-acm-relationship-intro_{context}"] += Relationship between {hcp}, {mce-short}, and {rh-rhacm} + +You can configure {hcp} by using the {mce}. The multicluster engine is an integral part of {rh-rhacm-first} and is enabled by default with {rh-rhacm}. The {mce-short} cluster lifecycle defines the process of creating, importing, managing, and destroying Kubernetes clusters across various infrastructure cloud providers, private clouds, and on-premises data centers. + +The {mce-short} is the cluster lifecycle Operator that provides cluster management capabilities for {product-title} and {rh-rhacm} hub clusters. The {mce-short} enhances cluster fleet management and supports {product-title} cluster lifecycle management across clouds and data centers. + +.Cluster life cycle and foundation +image::acm-mce-intro-diagram.png[Cluster life cycle and foundation] + +You can use the {mce-short} with {product-title} as a standalone cluster manager or as part of a {rh-rhacm} hub cluster. + +[TIP] +==== +A management cluster is also known as the hosting cluster. +==== + +You can deploy {product-title} clusters by using two different control plane configurations: standalone or hosted control planes. The standalone configuration uses dedicated virtual machines or physical machines to host the control plane. With {hcp} for {product-title}, you create control planes as pods on a management cluster without the need for dedicated virtual or physical machines for each control plane. + +.{rh-rhacm} and the {mce-short} introduction diagram +image::rhacm-flow.png[{rh-rhacm} and the {mce-short} introduction diagram]