Skip to content

Commit 1ef878f

Browse files
Kubernetes fleet - address comments
1 parent c4049be commit 1ef878f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

articles/kubernetes-fleet/architectural-overview.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@ Azure Kubernetes Fleet Manager is meant to solve at-scale and multi-cluster prob
2020

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

23-
1. AKS clusters across same or different resource groups within same subscription
24-
1. AKS clusters across different subscriptions of the same Azure AD tenant
25-
1. AKS clusters from different regions but within the same tenant
23+
* AKS clusters across same or different resource groups within same subscription
24+
* AKS clusters across different subscriptions of the same Azure AD tenant
25+
* AKS clusters from different regions but within the same tenant
2626

2727
During preview, you can join up to 20 AKS clusters as member clusters to the same fleet resource.
2828

29-
Once a cluster is joined to a fleet, a MemeberCluster custom resource is created on the fleet.
29+
Once a cluster is joined to a fleet resource, a MemeberCluster custom resource is created on the fleet.
3030

3131
The member clusters can be viewed by running the following command:
3232

3333
```bash
3434
kubectl get crd memberclusters.fleet.azure.com -o yaml
3535
```
3636

37-
The complete specification of the MemberCluster fleet can be viewed by running the following command:
37+
The complete specification of the `MemberCluster` custom resource can be viewed by running the following command:
3838

3939
```bash
4040
kubectl get crd memberclusters -o yaml
@@ -76,7 +76,7 @@ Fleet can be used to set up layer 4 multi-cluster load balancing across workload
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

79-
The user needs to create `ServiceExport` object on a member cluster to express the intent that the fleet cluster and other member clusters of the same fleet need to be made aware of this service. The ServiceExport itself can be propagated from the fleet cluster to the member cluster using Kubernetes resource propagation feature described above or it can be directly created on the member cluster too. Once this `ServiceExport` resource is created, it results in ServiceImport being created on the fleet and all other member clusters to build the awareness of this service.
79+
The ServiceExport itself can be propagated from the fleet cluster to a member cluster using the Kubernetes resource propagation feature describe above, or it can be created directly on the member cluster. Once this ServiceExport resource is created, it results in a ServiceImport being created on the fleet cluster and all other member clusters to build the awareness of the service
8080

8181
The user can then create a `MultiClusterService` custom resource to indicate that they want to set up Layer 4 multi-cluster load balancing. This `MultiClusterService` results in the member cluster mapped Azure Load Balancer being configured to load balance incoming traffic across endpoints of this service on multiple member clusters.
8282

articles/kubernetes-fleet/faq.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ ms.topic: conceptual
1616

1717
Azure Kubernetes Service (AKS) simplifies deploying a managed Kubernetes cluster in Azure by offloading the operational overhead to Azure. As a hosted Kubernetes service, Azure handles critical tasks, like health monitoring and maintenance. Since the Kubernetes control plane is managed by Azure, you only manage and maintain the agent nodes. You run your actual workloads on the AKS clusters.
1818

19-
Azure Kubernetes Fleet Manager (Fleet) will help you address at-scale and multi-cluster scenarios for Azure Kubernetes Service clusters. Fleet only provides a group representation for your AKS clusters and helps users with orchestrating Kubernetes resource propagation and multi-cluster load balancing. User workloads can't be run on the Fleet's Kubernetes cluster itself.
19+
Azure Kubernetes Fleet Manager (Fleet) will help you address at-scale and multi-cluster scenarios for Azure Kubernetes Service clusters. Azure Kubernetes Fleet Manager only provides a group representation for your AKS clusters and helps users with orchestrating Kubernetes resource propagation and multi-cluster load balancing. User workloads can't be run on the fleet cluster itself.
2020

21-
## Creation of AKS clusters from fleet
21+
## Creation of AKS clusters from fleet resource
2222

23-
The current preview of Azure Kubernetes Fleet Manager resource supports joining only existing AKS clusters as member. Creation and lifecycle management of new AKS clusters from fleet is in the [roadmap](https://aka.ms/fleet/roadmap).
23+
The current preview of Azure Kubernetes Fleet Manager resource supports joining only existing AKS clusters as member. Creation and lifecycle management of new AKS clusters from fleet cluster is in the [roadmap](https://aka.ms/fleet/roadmap).
2424

2525
## Number of clusters
2626

@@ -36,7 +36,7 @@ Fleet supports joining the following types of AKS clusters as member clusters:
3636

3737
## Relationship to Azure-Arc enabled Kubernetes
3838

39-
The current preview of Azure Kubernetes Fleet Manager resource supports joining only AKS clusters as member clusters. Support for joining member clusters to the Fleet resource is in the [roadmap](https://aka.ms/fleet/roadmap).
39+
The current preview of Azure Kubernetes Fleet Manager resource supports joining only AKS clusters as member clusters. Support for joining member clusters to the fleet resource is in the [roadmap](https://aka.ms/fleet/roadmap).
4040

4141
## Regional or global
4242

0 commit comments

Comments
 (0)