Skip to content

Commit cad230b

Browse files
Merge pull request #261021 from schaffererin/azureLinuxFAQ
Updated content in FAQ and intro docs
2 parents aa47bea + 8f7c744 commit cad230b

File tree

2 files changed

+33
-4
lines changed

2 files changed

+33
-4
lines changed

articles/azure-linux/faq.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
ms.author: htaubenfeld
66
ms.service: microsoft-linux
77
ms.topic: faq
8-
ms.date: 11/30/2023
8+
ms.date: 12/12/2023
99
---
1010

1111
# Frequently asked questions about the Azure Linux Container Host for AKS
@@ -14,6 +14,34 @@ This article answers common questions about the Azure Linux Container Host.
1414

1515
## General FAQs
1616

17+
### What is Azure Linux?
18+
19+
The Azure Linux Container Host is an operating system image that's optimized for running container workloads on [Azure Kubernetes Service (AKS)](../aks/intro-kubernetes.md). Microsoft maintains the Azure Linux Container Host and based it on Azure Linux (also known as *Mariner*), an open-source Linux distribution created by Microsoft.
20+
21+
### What are the benefits of using Azure Linux?
22+
23+
For more information, see the [Azure Linux Container Host key benefits](./intro-azure-linux.md#azure-linux-container-host-key-benefits).
24+
25+
### What's the difference between Azure Linux and Mariner?
26+
27+
Azure Linux and Mariner are the same image with different branding. Please use the Azure Linux OS SKU when referring to the image on AKS.
28+
29+
### Are Azure Linux container images supported on AKS?
30+
31+
The only supported container images are the Microsoft .NET and Open JDK container images based on Azure Linux. All other images are on a best effort community support basis in our [GitHub issues page](https://github.com/microsoft/CBL-Mariner/issues).
32+
33+
### What's the pricing for Azure Linux?
34+
35+
Azure Linux is available at no additional cost. You only pay for the underlying Azure resources, such as virtual machines (VMs) and storage.
36+
37+
### What GPUs does Azure Linux support?
38+
39+
Azure Linux supports the V100 and T4 GPUs.
40+
41+
### What certifications does Azure Linux have?
42+
43+
Azure Linux passes all CIS level 1 benchmarks and offers a FIPS image. For more information, see [Azure Linux Container Host core concepts](./concepts-core.md).
44+
1745
### Is the Microsoft Azure Linux source code released?
1846

1947
Yes. Azure Linux is an open-source project with a thriving community of contributors. You can find the global Azure Linux source code at https://github.com/microsoft/CBL-Mariner.

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

Lines changed: 4 additions & 3 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: 09/05/2023
8+
ms.date: 12/12/2023
99
---
1010

1111
# What is the Azure Linux Container Host for AKS?
@@ -21,11 +21,12 @@ To learn more about Azure Linux, see the [Azure Linux GitHub repository](https:/
2121
The Azure Linux Container Host offers the following key benefits:
2222

2323
- **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.
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 and produces faster cluster operations (create, upgrade, delete, scale, node creation, and pod creation) on AKS.
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
- **Secure supply chain**
2727
- The Linux and AKS teams at Microsoft build, sign, and validate the [Azure Linux Container Host packages][azure-linux-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. The extensive testing, in combination with the smaller package count, reduces the chances of disruptive updates to applications.
28+
- Before we release a package, each package 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.
29+
- Azure Linux has a focus on stability, often backporting fixes in core components like the kernel or openssl. It also limits substantial changes or significant version bumps to major release boundaries (for example, Azure Linux 2.0 to 3.0), which prevents customer outages.
2930
- **Secure by default**
3031
- 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.
3132
- Microsoft monitors the CVE database and releases security patches monthly and critical updates within days if necessary.

0 commit comments

Comments
 (0)