Skip to content

Commit e67c231

Browse files
committed
Updated resource propagation concepts article and removed the how-to article
1 parent 23487c8 commit e67c231

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: "Quickstart: Propagate resources from an Azure Kuberentes Fleet Manager (Fleet) hub cluster to member clusters (Preview)"
3+
description: In this quickstart, you learn how to propagate resources from an Azure Kubernetes Fleet Manager (Fleet) hub cluster to member clusters.
4+
ms.date: 03/28/2024
5+
author: schaffererin
6+
ms.author: schaffererin
7+
ms.service: kubernetes-fleet
8+
ms.topic: quickstart
9+
---
10+
11+
# Quickstart: Propagate resources from an Azure Kubernetes Fleet Manager (Fleet) hub cluster to member clusters
12+
13+
In this quickstart, you learn how to propagate resources from an Azure Kubernetes Fleet Manager (Fleet) hub cluster to member clusters.
14+
15+
## Prerequisites
16+
17+
* Read the [resource propagation conceptual overview](./concepts-resource-propagation.md) to understand the concepts and terminology used in this quickstart.
18+
* An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
19+
* You need a Fleet resource with a hub cluster and member clusters. If you don't have one, see [Create an Azure Kubernetes Fleet Manager resource and join member clusters using Azure CLI](quickstart-create-fleet-and-members.md).
20+
* 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.
21+
* You need access to the Kubernetes API of the hub cluster. If you don't have access, see [Access the Kubernetes API of the Fleet resource with Azure Kubernetes Fleet Manager](quickstart-access-kubernetes-api.md).
22+

articles/kubernetes-fleet/toc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@
1212
href: quickstart-create-fleet-and-members-portal.md
1313
- name: Use the Azure CLI
1414
href: quickstart-create-fleet-and-members.md
15+
- name: Propagate resources from a hub cluster to member clusters
16+
href: quickstart-resource-propagation.md
1517
- name: Concepts
1618
items:
1719
- name: Fleets and member clusters
1820
href: concepts-fleet.md
1921
- name: Update orchestration across multiple member clusters
2022
href: concepts-update-orchestration.md
21-
- name: Kubernetes resource propagation from hub cluster to member clusters
23+
- name: Kubernetes resource propagation
2224
href: concepts-resource-propagation.md
2325
- name: Multi-cluster layer-4 load balancing
2426
href: concepts-l4-load-balancing.md
@@ -30,8 +32,6 @@
3032
href: update-orchestration.md
3133
- name: Access the Kubernetes API of the Fleet resource
3234
href: access-fleet-kubernetes-api.md
33-
- name: Kubernetes resource object propagation
34-
href: resource-propagation.md
3535
- name: Multi-cluster Layer 4 Load Balancing
3636
href: l4-load-balancing.md
3737
- name: Resources

0 commit comments

Comments
 (0)