Skip to content

Commit b673598

Browse files
Kubernetes fleet - Address comments
1 parent 5f95fec commit b673598

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

articles/kubernetes-fleet/architectural-overview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Azure Kubernetes Fleet Manager is meant to solve at-scale and multi-cluster prob
1616

1717
## Relationship between Fleet and Azure Kubernetes Service clusters
1818

19-
[ ![Relationship between Fleet and AKS](./media/conceptual-fleet-aks-relationship.png) ](./media/conceptual-fleet-aks-relationship.png#lightbox)
19+
[ ![Diagram that shows relationship between Fleet and Azure Kubernetes Service clusters](./media/conceptual-fleet-aks-relationship.png) ](./media/conceptual-fleet-aks-relationship.png#lightbox)
2020

2121
Fleet supports joining the following types of existing AKS clusters as member clusters:
2222

@@ -50,19 +50,19 @@ The following labels are added automatically to all member clusters, which can t
5050

5151
Fleet provides `ClusterResourcePlacement` as a mechanism to control how cluster-scoped Kubernetes resources are propagated to member clusters.
5252

53-
[ ![Kubernetes resource propgation to member clusters](./media/conceptual-resource-propagation.png) ](./media/conceptual-resource-propagation.png#lightbox)
53+
[ ![Diagram that shows how Kubernetes resource are propagated to member clusters.](./media/conceptual-resource-propagation.png) ](./media/conceptual-resource-propagation.png#lightbox)
5454

5555
A `ClusterResourcePlacement` has two parts to it:
5656

57-
1. **Resource selection**: The `ClusterResourcePlacement` custom resource is used to select which cluster-scoped Kubernetes resource objects need to be propagated from the fleet cluster and to select which member clusters to propagate these objects to. It supports the following forms of resource selection:
57+
* **Resource selection**: The `ClusterResourcePlacement` custom resource is used to select which cluster-scoped Kubernetes resource objects need to be propagated from the fleet cluster and to select which member clusters to propagate these objects to. It supports the following forms of resource selection:
5858
* Select resources by specifying just the *<group, version, kind>*. This selection propagates all resources with matching *<group, version, kind>*.
5959
* Select resources by specifying the *<group, version, kind>* and name. This selection propagates only one resource that matches the *<group, version, kind>* and name.
6060
* Select resources by specifying the *<group, version, kind>* and a set of labels using `ClusterResourcePlacement` -> `LabelSelector`. This selection propagates all resources that match the *<group, version, kind>* and label specified.
6161

6262
> [!NOTE]
6363
> `ClusterResourcePlacement` can be used to select and propagate namespaces, which are cluster-scoped resources. When a namespace is selected, all the namespace-scoped objects under this namespace are propagated to the selected member clusters along with this namespace.
6464
65-
1. **Target cluster selection**: The `ClusterResourcePlacement` custom resource can also be used to limit propagation of selected resources to a specific subset of member clusters. The following forms of target cluster selection are supported:
65+
* **Target cluster selection**: The `ClusterResourcePlacement` custom resource can also be used to limit propagation of selected resources to a specific subset of member clusters. The following forms of target cluster selection are supported:
6666

6767
* Select all the clusters by specifying empty policy under `ClusterResourcePlacement`
6868
* Select clusters by listing names of `MemberCluster` custom resources
@@ -72,7 +72,7 @@ A `ClusterResourcePlacement` has two parts to it:
7272

7373
Fleet can be used to set up layer 4 multi-cluster load balancing across workloads deployed across a fleet's member clusters.
7474

75-
[ ![Multi-cluster load balancing](./media/conceptual-load-balancing.png) ](./media/conceptual-load-balancing.png#lightbox)
75+
[ ![Diagram that shows how multi-cluster load balancing works.](./media/conceptual-load-balancing.png) ](./media/conceptual-load-balancing.png#lightbox)
7676

7777
For multi-cluster load balancing, Fleet requires target clusters to be using [Azure CNI networking](../aks/configure-azure-cni.md). Azure CNI networking enables pod IPs to be directly addressable on the Azure virtual network so that they can be routed to from the Azure Load Balancer.
7878

articles/kubernetes-fleet/faq.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Frequently Asked Questions - Azure Kubernetes Fleet Manager"
2+
title: "Frequently asked questions - Azure Kubernetes Fleet Manager"
33
description: This article covers the frequently asked questions for Azure Kubernetes Fleet Manager
44
ms.date: 10/03/2022
55
author: shashankbarsin
@@ -10,6 +10,8 @@ ms.topic: conceptual
1010

1111
# Frequently Asked Questions - Azure Kubernetes Fleet Manager
1212

13+
This article covers the frequently asked questions for Azure Kubernetes Fleet Manager.
14+
1315
[!INCLUDE [preview features note](./includes/preview/preview-callout.md)]
1416

1517
## Relationship to Azure Kubernetes Service clusters
@@ -30,9 +32,9 @@ During preview, you can join up to 20 AKS clusters as member clusters to the sam
3032

3133
Fleet supports joining the following types of AKS clusters as member clusters:
3234

33-
1. AKS clusters across same or different resource groups within same subscription
34-
1. AKS clusters across different subscriptions of the same Azure AD tenant
35-
1. AKS clusters from different regions but within the same tenant
35+
* AKS clusters across same or different resource groups within same subscription
36+
* AKS clusters across different subscriptions of the same Azure AD tenant
37+
* AKS clusters from different regions but within the same tenant
3638

3739
## Relationship to Azure-Arc enabled Kubernetes
3840

0 commit comments

Comments
 (0)