Skip to content

Commit 4aa7e37

Browse files
committed
enhancements to key azure linux benefits section
1 parent 911fce9 commit 4aa7e37

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

articles/azure-linux/intro-azure-linux.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: htaubenfeld
55
ms.author: htaubenfeld
66
ms.service: microsoft-linux
77
ms.topic: overview
8-
ms.date: 06/01/2023
8+
ms.date: 08/29/2023
99
---
1010

1111
# What is the Azure Linux Container Host for AKS?
@@ -20,10 +20,20 @@ To learn more about Azure Linux, see the [Azure Linux GitHub repository](https:/
2020

2121
The Azure Linux Container Host offers the following key benefits:
2222

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.
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.
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+
- **Small and lightweight**
24+
- 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.
25+
- Azure Linux has only 500 packages, and as a result takes up the least disk space by up to *5 GB* on AKS.
26+
- **Reliable supply chain**
27+
- The Linux and AKS teams at Microsoft build, sign, and validate the Azure Linux Container Host packages from source, and host packages and sources in Microsoft-owned and secured platforms.
28+
- Each package update runs through a full set of unit tests and end-to-end testing on the existing image to prevent regressions. This, in combination with the smaller package count, reduces the chances of disruptive updates to applications.
29+
- **Secure by default**
30+
- 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.
31+
- Microsoft monitors the CVE database and releases security patches monthly and critical updates within days if required.
32+
- Azure Linux passes all the CIS Level 1 benchmarks, making it the only Linux distribution on AKS that does so.
33+
- For more information on Azure Linux Container Host security principles, see the [AKS security concepts](../../articles/aks/concepts-security.md).
34+
- **Extensive compatibility**
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+
- 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.
2737

2838
> [!NOTE]
2939
>

0 commit comments

Comments
 (0)