From 76f044d7a36d247b6cb7401075be80f6cb71158d Mon Sep 17 00:00:00 2001 From: boruszak Date: Tue, 13 Sep 2022 15:50:15 -0500 Subject: [PATCH] /connect/cluster-peering --- .../docs/connect/cluster-peering/create-manage-peering.mdx | 6 +++--- website/content/docs/connect/cluster-peering/index.mdx | 4 ++-- website/content/docs/connect/cluster-peering/k8s.mdx | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/website/content/docs/connect/cluster-peering/create-manage-peering.mdx b/website/content/docs/connect/cluster-peering/create-manage-peering.mdx index f4e6be5417..0351489865 100644 --- a/website/content/docs/connect/cluster-peering/create-manage-peering.mdx +++ b/website/content/docs/connect/cluster-peering/create-manage-peering.mdx @@ -1,11 +1,11 @@ --- layout: docs -page_title: Create and Manage Peering Connections +page_title: Cluster Peering: Create and Manage Connections description: >- - This page describes how to use the Consul CLI to create, manage, and delete peering connections for cluster peering. +Generate a peering token to establish communication, export services, and authorize requests for cluster peering connections. Learn how to create, list, read, check, and delete peering connections. --- -# Create and Manage Peering Connections +# Create and Manage Cluster Peering Connections ~> **Cluster peering is currently in beta:** Functionality associated with cluster peering is subject to change. You should never use the beta release in secure environments or production scenarios. Features in beta may have performance issues, scaling issues, and limited support.

Cluster peering is not currently available in the HCP Consul offering. diff --git a/website/content/docs/connect/cluster-peering/index.mdx b/website/content/docs/connect/cluster-peering/index.mdx index c4b8c7a4ee..faad1dc895 100644 --- a/website/content/docs/connect/cluster-peering/index.mdx +++ b/website/content/docs/connect/cluster-peering/index.mdx @@ -1,8 +1,8 @@ --- layout: docs -page_title: What is Cluster Peering? +page_title: Service Mesh: What is Cluster Peering? description: >- - This page details the cluster peering process for connecting Consul clusters across datacenters, including differences between cluster peering and the similar concept of WAN federation. +Peering establishes communication between independent clusters in Consul, allowing services to interact across datacenters. Learn about the cluster peering process, differences with WAN federation, and technical constraints. --- # What is Cluster Peering? diff --git a/website/content/docs/connect/cluster-peering/k8s.mdx b/website/content/docs/connect/cluster-peering/k8s.mdx index b18633f091..e951387207 100644 --- a/website/content/docs/connect/cluster-peering/k8s.mdx +++ b/website/content/docs/connect/cluster-peering/k8s.mdx @@ -2,7 +2,7 @@ layout: docs page_title: Cluster Peering on Kubernetes description: >- - This page describes how to create peering connections, deploy services, export cluster services, and end peering connections for Consul cluster peering using Kubernetes (K8s). +The cluster peering process is different when running Consul on Kubernetes. Learn how to enable cluster peering in Helm, create peering CRDs, and then manage peering connections in k8s. --- # Cluster Peering on Kubernetes