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/azure-linux/intro-azure-linux.md
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,9 +35,15 @@ The Azure Linux Container Host offers the following key benefits:
35
35
- All existing and future AKS extensions, add-ons, and open-source projects on AKS support both Ubuntu and Azure Linux. This includes support for runtime components like Dapr, IaC tools like Terraform, and monitoring solutions like Dynatrace.
36
36
- Azure Linux ships with containerd as its container runtime and the upstream Linux kernel, which enables existing containers based on Linux images (like Alpine) to work seamlessly on Azure Linux.
37
37
38
+
## Azure Linux Container Host supported GPU SKUs
39
+
40
+
The Azure Linux Container Host supports the following GPU SKUs:
41
+
42
+
-[NVIDIA V100][nvidia-v100]
43
+
-[NVIDIA T4][nvidia-t4]
44
+
38
45
> [!NOTE]
39
-
>
40
-
> For GPU workloads, Azure Linux doesn't support NC A100 v4 series. All other VM SKUs that are available on AKS are available with Azure Linux.
46
+
> Azure Linux doesn't support the NC A100 v4 series. All other VM SKUs that are available on AKS are available with Azure Linux.
41
47
>
42
48
> If there are any areas you would like to have priority, please file an issue in the [AKS GitHub repository](https://github.com/Azure/AKS/issues).
43
49
@@ -47,9 +53,11 @@ The Azure Linux Container Host offers the following key benefits:
47
53
- Follow our tutorial to [Deploy, manage, and update applications](./tutorial-azure-linux-create-cluster.md).
48
54
- Get started by [Creating an Azure Linux Container Host for AKS cluster using Azure CLI](./quickstart-azure-cli.md).
0 commit comments