Skip to content

Commit 20b78d6

Browse files
committed
Directory fixes
1 parent ec13a85 commit 20b78d6

File tree

5 files changed

+100
-292
lines changed

5 files changed

+100
-292
lines changed

website/content/docs/connect/cluster-peering/index.mdx

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ Regardless of whether you connect your clusters through WAN federation or cluste
4747
| Shares key/value stores | ✅ | ❌ |
4848
| Can replicate ACL tokens, policies, and roles | ✅ | ❌ |
4949

50-
## Topic contents
50+
## Guidance
5151

52-
The following resources are available to help you get started with and use Consul's cluster peering features.
52+
The following resources are available to help you use Consul's cluster peering features.
5353

5454
**Tutorials:**
5555

@@ -59,17 +59,20 @@ The following resources are available to help you get started with and use Consu
5959

6060
- [Establish cluster peering connections](/consul/docs/connect/cluster-peering/usage/establish-peering)
6161
- [Manage cluster peering connections](/consul/docs/connect/cluster-peering/usage/manage-connections)
62-
- [L7 traffic management for cluster peering connections](/consul/docs/connect/cluster-peering/usage/peering-traffic-management)
62+
- [Manage L7 traffic with cluster peering](/consul/docs/connect/cluster-peering/usage/peering-traffic-management)
6363

6464
**Runtime-specific information:**
6565

66-
- [Cluster peering on Kubernetes](/consul/docs/connect/cluster-peering/usage/k8s)
66+
- [Cluster peering on Kubernetes technical specifications](/consul/docs/k8s/connect/cluster-peering/k8s-tech-specs)
67+
- [Establish cluster peering connections on Kubernetes](/consul/docs/k8s/connect/cluster-peering/usage/k8s-establish-peering)
68+
- [Manage cluster peering connections on Kubernetes](/consul/docs/k8s/connect/cluster-peering/usage/k8s-manage-peering)
69+
- [Manage L7 traffic with cluster peering on Kubernetes](/consul/docs/k8s/connect/cluster-peering/usage/k8s-l7-traffic)
6770

6871
**Reference information:**
6972

73+
- [Cluster peering technical specifications](/consul/docs/connect/cluster-peering/tech-specs)
7074
- [HTTP API reference: `/peering/` endpoint](/consul/api-docs/peering)
7175
- [CLI reference: `peering` command](/consul/commands/peering).
72-
- [Cluster peering technical specifications](/consul/docs/connect/cluster-peering/tech-specs)
7376

7477
## Basic troubleshooting
7578

website/content/docs/connect/cluster-peering/usage/create-cluster-peering.mdx renamed to website/content/docs/connect/cluster-peering/usage/establish-cluster-peering.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: docs
33
page_title: Establish Cluster Peering Connections
44
description: >-
5-
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.
5+
Generate a peering token to establish communication, export services, and authorize requests for cluster peering connections. Learn how to establish peering connections with Consul's HTTP API, CLI or UI.
66
---
77

88
# Establish cluster peering connections

website/content/docs/connect/cluster-peering/usage/k8s.mdx

Lines changed: 0 additions & 231 deletions
This file was deleted.

website/content/docs/connect/cluster-peering/usage/peering-traffic-management.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >-
55
Combine service resolver configurations with splitter and router configurations to manage L7 traffic in Consul deployments with cluster peering connections. Learn how to define dynamic traffic rules to target peers for redirects and failover.
66
---
77

8-
# L7 traffic management for cluster peering
8+
# Manage L7 traffic with cluster peering
99

1010
This usage topic describes how to configure and apply the [`service-resolver` configuration entry](/docs/connect/config-entries/) to set up redirects and failovers between services that have an existing cluster peering connection.
1111

0 commit comments

Comments
 (0)