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
+16-14Lines changed: 16 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,34 +5,36 @@ author: htaubenfeld
5
5
ms.author: htaubenfeld
6
6
ms.service: microsoft-linux
7
7
ms.topic: overview
8
-
ms.date: 05/10/2023
8
+
ms.date: 05/24/2023
9
9
---
10
10
11
-
# What is the Azure Linux Container Host for AKS?
11
+
# What is the Azure Linux Container Host for AKS?
12
12
13
-
The Azure Linux Container Host is an operating system image that is optimized for running container workloads on [Azure Kubernetes Service (AKS)](../../articles/aks/intro-kubernetes.md). It's maintained by Microsoft and based on Microsoft Azure Linux, an open-source Linux distribution created by Microsoft. The Azure Linux Container Host is lightweight containing only the packages needed to run container workloads, hardened based on significant validation tests and internal usage, and compatible with Azure agents. The Azure Linux Container Host provides reliability and consistency from cloud to edge across AKS, AKS for Azure Stack HCI, and Azure Arc. You can deploy Azure Linux node pools in a new cluster, add Azure Linux node pools to your existing clusters, or migrate your existing nodes to Azure Linux nodes. To learn more about Azure Linux, see the [Azure Linux GitHub repository](https://github.com/microsoft/CBL-Mariner).
13
+
The Azure Linux Container Host is an operating system image that's optimized for running container workloads on [Azure Kubernetes Service (AKS)](../../articles/aks/intro-kubernetes.md). It's maintained by Microsoft and based on Microsoft Azure Linux, an open-source Linux distribution created by Microsoft.
14
+
15
+
The Azure Linux Container Host is lightweight, containing only the packages needed to run container workloads. It's hardened based on significant validation tests and internal usage and is compatible with Azure agents. It provides reliability and consistency from cloud to edge across AKS, AKS for Azure Stack HCI, and Azure Arc. You can deploy Azure Linux node pools in a new cluster, add Azure Linux node pools to your existing clusters, or migrate your existing nodes to Azure Linux nodes.
16
+
17
+
To learn more about Azure Linux, see the [Azure Linux GitHub repository](https://github.com/microsoft/CBL-Mariner).
14
18
15
19
## Azure Linux Container Host key benefits
16
20
17
-
The Azure Linux Container Host offers the following key benefits:
21
+
The Azure Linux Container Host offers the following key benefits:
18
22
19
-
-**Secure supply chain**: Microsoft builds, signs, and validates the Azure Linux Container Host packages from source, and hosts its packages and sources in Microsoft-owned and secured platforms.
23
+
-**Secure supply chain**: Microsoft builds, signs, and validates the Azure Linux Container Host packages from source, and hosts its packages and sources in Microsoft-owned and secured platforms.
20
24
-**Small and lightweight**: The Azure Linux Container Host only includes the necessary set of packages needed to run container workloads - as a result, it consumes limited disk and memory resources.
21
-
-**Secure by default**: Microsoft builds the Azure Linux Container Host with an emphasis on security and follows the secure-by-default principles, including using a hardened Linux kernel with Azure cloud optimizations and flags tuned for Azure. It also provides a reduced attack surface and eliminates patching and maintenance of unnecessary packages. For more details on Azure Linux Container Host's security principles see [AKS's security concepts](../../articles/aks/concepts-security.md).
22
-
-**Extensively validated**: The AKS and Azure Linux teams run a suite of functional and performance regression tests with the Azure Linux Container Host before we release to customers. This enables earlier issue detection and mitigation.
25
+
-**Secure by default**: The Azure Linux Container Host has an emphasis on security and follows the secure-by-default principles, including using a hardened Linux kernel with Azure cloud optimizations and flags tuned for Azure. It also provides a reduced attack surface and eliminates patching and maintenance of unnecessary packages. For more information on Azure Linux Container Host security principles, see the [AKS security concepts](../../articles/aks/concepts-security.md).
26
+
-**Extensively validated**: The AKS and Azure Linux teams run a suite of functional and performance regression tests with the Azure Linux Container Host before releasing to customers, which enables earlier issue detection and mitigation.
23
27
24
-
## Limitations
28
+
## Limitations
25
29
26
-
The Azure Linux Container Host currently has the following limitations:
30
+
The Azure Linux Container Host has the following limitation:
27
31
28
-
- The Azure Linux Container Host supports the NCv3 series and NCasT4_v3 series VM sizes. The NC A100 v4 series is currently not supported.
29
-
- The Azure Linux Container Host supports Qualys, Tenable, Trivy, and Microsoft Defender for Containers as vulnerability scanning tools. We'll continue to grow the ecosystem.
30
-
- The Azure Linux Container Host supports SELinux via manual configuration. AppArmor is currently not supported.
32
+
- The Azure Linux Container Host supports the NCv3 series and NCasT4_v3 series VM sizes. The NC A100 v4 series is currently not supported.
31
33
32
-
If there are areas you would like us to prioritize over others, please let us know by filing an issue on the [AKS GitHub repository](https://github.com/Azure/AKS/issues).
34
+
If there are areas you would like to have priority, please file an issue in the [AKS GitHub repository](https://github.com/Azure/AKS/issues).
33
35
34
36
## Next steps
35
37
36
38
- Learn more about [Azure Linux Container Host core concepts](./concepts-core.md).
37
39
- Follow our tutorial to [Deploy, manage, and update applications](./tutorial-azure-linux-create-cluster.md).
38
-
- Get started by [Creating an Azure Linux Container Host for AKS cluster using Azure CLI](./quickstart-azure-cli.md).
40
+
- Get started by [Creating an Azure Linux Container Host for AKS cluster using Azure CLI](./quickstart-azure-cli.md).
0 commit comments