/connect/cluster-peering

This commit is contained in:
boruszak 2022-09-13 15:50:15 -05:00
parent ccd86bf254
commit 56b808d4ad
3 changed files with 6 additions and 6 deletions

View File

@ -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.<br /><br />Cluster peering is not currently available in the HCP Consul offering.

View File

@ -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?

View File

@ -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