You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/kubernetes-fleet/architectural-overview.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,21 +20,21 @@ Azure Kubernetes Fleet Manager is meant to solve at-scale and multi-cluster prob
20
20
21
21
Fleet supports joining the following types of existing AKS clusters as member clusters:
22
22
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
26
26
27
27
During preview, you can join up to 20 AKS clusters as member clusters to the same fleet resource.
28
28
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.
30
30
31
31
The member clusters can be viewed by running the following command:
32
32
33
33
```bash
34
34
kubectl get crd memberclusters.fleet.azure.com -o yaml
35
35
```
36
36
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:
38
38
39
39
```bash
40
40
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
76
76
77
77
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.
78
78
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 ServiceExportitself 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
80
80
81
81
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.
Copy file name to clipboardExpand all lines: articles/kubernetes-fleet/faq.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,11 +16,11 @@ ms.topic: conceptual
16
16
17
17
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.
18
18
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.
20
20
21
-
## Creation of AKS clusters from fleet
21
+
## Creation of AKS clusters from fleet resource
22
22
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).
24
24
25
25
## Number of clusters
26
26
@@ -36,7 +36,7 @@ Fleet supports joining the following types of AKS clusters as member clusters:
36
36
37
37
## Relationship to Azure-Arc enabled Kubernetes
38
38
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).
0 commit comments