Skip to content

Commit

Permalink
fleet conceptual content update
Browse files Browse the repository at this point in the history
  • Loading branch information
shashankbarsin authored Mar 12, 2024
1 parent e16b3ad commit dfdb5dc
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .openpublishing.redirection.kubernetes-fleet.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"redirections": [
{
"source_path_from_root": "/articles/kubernetes-fleet/architectural-overview.md",
"redirect_url": "/azure/kubernetes-fleet/concept-fleet",
"redirect_url": "/azure/kubernetes-fleet/concepts-fleet",
"redirect_document_id": true
}
]
Expand Down
8 changes: 4 additions & 4 deletions articles/kubernetes-fleet/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ landingContent:
- linkListType: concept
links:
- text: Fleets and member clusters
url: concept-fleet.md
url: concepts-fleet.md
- text: Update orchestration across multiple member clusters
url: concept-update-orchestration.md
url: concepts-update-orchestration.md
- text: Kubernetes resource propagation from hub cluster to member clusters
url: concept-resource-propagation.md
url: concepts-resource-propagation.md
- text: Multi-cluster layer-4 load balancing
url: concept-l4-load-balancing.md
url: concepts-l4-load-balancing.md
- text: Frequently asked questions
url: faq.md

Expand Down
2 changes: 1 addition & 1 deletion articles/kubernetes-fleet/l4-load-balancing.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ You can follow this document to set up layer 4 load balancing for such multi-clu

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

* 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.
* 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.

* 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).

Expand Down
8 changes: 4 additions & 4 deletions articles/kubernetes-fleet/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Azure Kubernetes Fleet Manager (Fleet) enables at-scale management of multiple A

## Next steps

* Concept: [Fleets and member clusters](./concept-fleet.md).
* Concept: [Update orchestration across multiple member clusters](./concept-update-orchestration.md).
* Concept: [Kubernetes resource propagation from hub cluster to member clusters](./concept-resource-propagation.md).
* Concept: [Multi-cluster layer-4 load balancing](./concept-l4-load-balancing.md).
* [Conceptual overview of Fleets and member clusters](./concepts-fleet.md).
* [Conceptual overview of Update orchestration across multiple member clusters](./concepts-update-orchestration.md).
* [Conceptual overview of Kubernetes resource propagation from hub cluster to member clusters](./concepts-resource-propagation.md).
* [Conceptual overview of Multi-cluster layer-4 load balancing](./concepts-l4-load-balancing.md).
* [Create a fleet and join member clusters](./quickstart-create-fleet-and-members.md).
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Get started with Azure Kubernetes Fleet Manager (Fleet) by using the Azure CLI t

## Prerequisites

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

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

Expand Down
2 changes: 1 addition & 1 deletion articles/kubernetes-fleet/resource-propagation.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Fleet workload placement can deploy any Kubernetes objects to clusters In order

## Requirements

- Read the [conceptual overview of this feature](./concept-resource-propagation.md), which provides an explanation of `MemberCluster` and `ClusterResourcePlacement` referenced in this document.
- Read the [conceptual overview of this feature](./concepts-resource-propagation.md), which provides an explanation of `MemberCluster` and `ClusterResourcePlacement` referenced in this document.
- A Kubernetes Fleet with a hub cluster and member clusters (see the [quickstart](quickstart-create-fleet-and-members.md) for provisioning instructions).
- 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.

Expand Down
8 changes: 4 additions & 4 deletions articles/kubernetes-fleet/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
- name: Concepts
items:
- name: Fleets and member clusters
href: concept-fleet.md
href: concepts-fleet.md
- name: Update orchestration across multiple member clusters
href: concept-update-orchestration.md
href: concepts-update-orchestration.md
- name: Kubernetes resource propagation from hub cluster to member clusters
href: concept-resource-propagation.md
href: concepts-resource-propagation.md
- name: Multi-cluster layer-4 load balancing
href: concept-l4-load-balancing.md
href: concepts-l4-load-balancing.md
- name: FAQ
href: faq.md
- name: How-to guides
Expand Down
2 changes: 1 addition & 1 deletion articles/kubernetes-fleet/update-orchestration.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Platform admins managing Kubernetes fleets with large number of clusters often h

## Prerequisites

* 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.
* 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.

* 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.

Expand Down

0 comments on commit dfdb5dc

Please sign in to comment.