Skip to content

Commit 9b3afbf

Browse files
committed
Minor Acrolinx improvements
1 parent 4aa7e37 commit 9b3afbf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 08/29/2023
1010

1111
# What is the Azure Linux Container Host for AKS?
1212

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.
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). Microsoft maintains the Azure Linux Container Host and based it on Microsoft Azure Linux, an open-source Linux distribution created by Microsoft.
1414

1515
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.
1616

@@ -25,10 +25,10 @@ The Azure Linux Container Host offers the following key benefits:
2525
- Azure Linux has only 500 packages, and as a result takes up the least disk space by up to *5 GB* on AKS.
2626
- **Reliable supply chain**
2727
- 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.
28+
- Each package update runs through a full set of unit tests and end-to-end testing on the existing image to prevent regressions. The extensive testing, in combination with the smaller package count, reduces the chances of disruptive updates to applications.
2929
- **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.
30+
- The Azure Linux Container Host has an emphasis on security. It 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 necessary.
3232
- Azure Linux passes all the CIS Level 1 benchmarks, making it the only Linux distribution on AKS that does so.
3333
- For more information on Azure Linux Container Host security principles, see the [AKS security concepts](../../articles/aks/concepts-security.md).
3434
- **Extensive compatibility**

0 commit comments

Comments
 (0)