Skip to content

Commit dfdb5dc

Browse files
fleet conceptual content update
1 parent e16b3ad commit dfdb5dc

8 files changed

+17
-17
lines changed

.openpublishing.redirection.kubernetes-fleet.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"redirections": [
33
{
44
"source_path_from_root": "/articles/kubernetes-fleet/architectural-overview.md",
5-
"redirect_url": "/azure/kubernetes-fleet/concept-fleet",
5+
"redirect_url": "/azure/kubernetes-fleet/concepts-fleet",
66
"redirect_document_id": true
77
}
88
]

articles/kubernetes-fleet/index.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ landingContent:
1919
- linkListType: concept
2020
links:
2121
- text: Fleets and member clusters
22-
url: concept-fleet.md
22+
url: concepts-fleet.md
2323
- text: Update orchestration across multiple member clusters
24-
url: concept-update-orchestration.md
24+
url: concepts-update-orchestration.md
2525
- text: Kubernetes resource propagation from hub cluster to member clusters
26-
url: concept-resource-propagation.md
26+
url: concepts-resource-propagation.md
2727
- text: Multi-cluster layer-4 load balancing
28-
url: concept-l4-load-balancing.md
28+
url: concepts-l4-load-balancing.md
2929
- text: Frequently asked questions
3030
url: faq.md
3131

articles/kubernetes-fleet/l4-load-balancing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can follow this document to set up layer 4 load balancing for such multi-clu
2323

2424
[!INCLUDE [free trial note](../../includes/quickstarts-free-trial-note.md)]
2525

26-
* Read the [conceptual overview of this feature](./concept-l4-load-balancing.md), which provides an explanation of `ServiceExport` and `MultiClusterService` objects referenced in this document.
26+
* Read the [conceptual overview of this feature](./concepts-l4-load-balancing.md), which provides an explanation of `ServiceExport` and `MultiClusterService` objects referenced in this document.
2727

2828
* You must have a fleet resource with member clusters with deployed workload. If you don't have this resource, follow [Quickstart: Create a Fleet resource and join member clusters](quickstart-create-fleet-and-members.md) and [Propagate Kubernetes configurations from a Fleet resource to member clusters](resource-propagation.md).
2929

articles/kubernetes-fleet/overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Azure Kubernetes Fleet Manager (Fleet) enables at-scale management of multiple A
2626

2727
## Next steps
2828

29-
* Concept: [Fleets and member clusters](./concept-fleet.md).
30-
* Concept: [Update orchestration across multiple member clusters](./concept-update-orchestration.md).
31-
* Concept: [Kubernetes resource propagation from hub cluster to member clusters](./concept-resource-propagation.md).
32-
* Concept: [Multi-cluster layer-4 load balancing](./concept-l4-load-balancing.md).
29+
* [Conceptual overview of Fleets and member clusters](./concepts-fleet.md).
30+
* [Conceptual overview of Update orchestration across multiple member clusters](./concepts-update-orchestration.md).
31+
* [Conceptual overview of Kubernetes resource propagation from hub cluster to member clusters](./concepts-resource-propagation.md).
32+
* [Conceptual overview of Multi-cluster layer-4 load balancing](./concepts-l4-load-balancing.md).
3333
* [Create a fleet and join member clusters](./quickstart-create-fleet-and-members.md).

articles/kubernetes-fleet/quickstart-create-fleet-and-members.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Get started with Azure Kubernetes Fleet Manager (Fleet) by using the Azure CLI t
1616

1717
## Prerequisites
1818

19-
* Read the [conceptual overview of this feature](./concept-fleet.md), which provides an explanation of fleets and member clusters referenced in this document.
19+
* Read the [conceptual overview of this feature](./concepts-fleet.md), which provides an explanation of fleets and member clusters referenced in this document.
2020

2121
* An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2222

articles/kubernetes-fleet/resource-propagation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Fleet workload placement can deploy any Kubernetes objects to clusters In order
2626

2727
## Requirements
2828

29-
- Read the [conceptual overview of this feature](./concept-resource-propagation.md), which provides an explanation of `MemberCluster` and `ClusterResourcePlacement` referenced in this document.
29+
- Read the [conceptual overview of this feature](./concepts-resource-propagation.md), which provides an explanation of `MemberCluster` and `ClusterResourcePlacement` referenced in this document.
3030
- A Kubernetes Fleet with a hub cluster and member clusters (see the [quickstart](quickstart-create-fleet-and-members.md) for provisioning instructions).
3131
- Member clusters must be labeled appropriately in the hub cluster to match the desired selection criteria. Example labels could include region, environment, team, availability zones, node availability, or anything else desired.
3232

articles/kubernetes-fleet/toc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
- name: Concepts
1212
items:
1313
- name: Fleets and member clusters
14-
href: concept-fleet.md
14+
href: concepts-fleet.md
1515
- name: Update orchestration across multiple member clusters
16-
href: concept-update-orchestration.md
16+
href: concepts-update-orchestration.md
1717
- name: Kubernetes resource propagation from hub cluster to member clusters
18-
href: concept-resource-propagation.md
18+
href: concepts-resource-propagation.md
1919
- name: Multi-cluster layer-4 load balancing
20-
href: concept-l4-load-balancing.md
20+
href: concepts-l4-load-balancing.md
2121
- name: FAQ
2222
href: faq.md
2323
- name: How-to guides

articles/kubernetes-fleet/update-orchestration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Platform admins managing Kubernetes fleets with large number of clusters often h
1919

2020
## Prerequisites
2121

22-
* Read the [conceptual overview of this feature](./concept-update-orchestration.md), which provides an explanation of update strategies, runs, stages, and groups references in this document.
22+
* Read the [conceptual overview of this feature](./concepts-update-orchestration.md), which provides an explanation of update strategies, runs, stages, and groups references in this document.
2323

2424
* You must have a fleet resource with one or more member clusters. If not, follow the [quickstart][fleet-quickstart] to create a Fleet resource and join Azure Kubernetes Service (AKS) clusters as members. This walkthrough demonstrates a fleet resource with five AKS member clusters as an example.
2525

0 commit comments

Comments
 (0)