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: AKS-Arc/aks-platforms-compare.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.reviewer: rmody
12
12
13
13
Azure Kubernetes Service (AKS) is a fully managed Kubernetes platform that simplifies how organizations deploy, scale, and manage containerized applications in the cloud. As customer needs evolve to span cloud, on-premises, and edge environments, AKS expands its footprint and brings the same trusted Kubernetes capabilities to a broader range of edge and on-premises infrastructure.
14
14
15
-
With solutions like AKS on Azure Local, enabled by Azure Arc, organizations can now run AKS clusters closer to where their workloads and data reside whether in remote edge sites or within their own datacenters, while maintaining a consistent operational and developer experience. While AKS is delivered differently across environments, the underlying platform stays aligned in its goals, behavior, and experience.
15
+
With solutions like AKS on Azure Local enabled by Azure Arc, organizations can now run AKS clusters closer to where their workloads and data reside, whether in remote edge sites or within their own datacenters, while maintaining a consistent operational and developer experience. While AKS is delivered differently across environments, the underlying platform stays aligned in its goals, behavior, and experience.
16
16
17
17
The focus is on delivering a cohesive and adaptable AKS offering that meets customers across cloud and edge, while preserving the simplicity and power that define the AKS experience.
18
18
@@ -23,7 +23,7 @@ This article explores how AKS extends across multiple platforms and highlights t
23
23
24
24
## General comparison of AKS across platforms
25
25
26
-
| Platform | Azure | Azure Local | Edge Essentials (Windows IOT /Client/Server) | Windows Server\*|
26
+
| Platform | Azure | Azure Local | Edge Essentials (Windows IoT client/server) | Windows Server |
27
27
| --- | --- | --- | --- | --- |
28
28
| Supported infrastructure for K8s cluster | Azure cloud | Azure Local, version 23H2 or later | Windows 10/11 IoT Enterprise<br>Windows 10/11 Enterprise<br>Windows 10/11 Pro<br>Windows Server 2019/2022 | Windows Server 2019<br>Windows Server 2022 |
29
29
| CNCF conformant | Yes | Yes | Yes | Yes |
@@ -33,7 +33,7 @@ This article explores how AKS extends across multiple platforms and highlights t
33
33
| Supported K8s Versions | Continuous updates to supported Kubernetes versions. For latest version support, run [az aks get-versions.](/cli/azure/aks#az_aks_get_versions)| Supports K8s only.<br>For latest version support, run: [az aksarc get-versions](/cli/azure/aks#az_aks_get_versions)| Supports K3s and K8s. For the latest K8s version support, visit [steps to prepare your machine for AKS Edge Essentials](aks-edge-howto-setup-machine.md#download-aks-edge-essentials). | Supports K8s only.<br>Continuous updates to supported Kubernetes versions. For latest version support, visit [AKS hybrid releases on GitHub.](https://github.com/Azure/aksArc/releases)|
34
34
| Azure Fleet Manager integration | Yes | No | No | No |
35
35
| Terraform integration | Yes | Yes (Preview) | No | No |
36
-
| Support for Taints and Label | Yes | Yes |Unvalidated – These settings will not persist when cluster is upgraded. | Yes |
36
+
| Support for Taints and Label | Yes | Yes |Not validated – these settings do not persist when cluster is upgraded. | Yes |
37
37
| AKS Automatic | Yes | No | No | No |
38
38
39
39
## Monitoring and diagnostic capabilities
@@ -80,7 +80,7 @@ This article explores how AKS extends across multiple platforms and highlights t
80
80
81
81
## Storage features
82
82
83
-
| Feature | Azure Cloud | AKS on Azure Local | Edge Essentials (Windows IoT /Client/Server) | Windows Server\*|
83
+
| Feature | Azure Cloud | AKS on Azure Local | Edge Essentials (Windows IoT /Client/Server) | Windows Server |
84
84
| --- | --- | --- | --- | --- |
85
85
| Types of supported persistent volumes | Read Write Once<br>Read Write Many | VHDX – ReadWriteOnce<br>SMB or NFS – ReadWriteMany<br>ACSA - ReadWriteMany | PVC using local storage<br>ACSA | VHDX – ReadWriteOnce<br>SMB or NFS - ReadWriteMany |
0 commit comments