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/faq.md
+29-1Lines changed: 29 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
ms.author: htaubenfeld
6
6
ms.service: microsoft-linux
7
7
ms.topic: faq
8
-
ms.date: 11/30/2023
8
+
ms.date: 12/12/2023
9
9
---
10
10
11
11
# 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.
14
14
15
15
## General FAQs
16
16
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
+
17
45
### Is the Microsoft Azure Linux source code released?
18
46
19
47
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.
Copy file name to clipboardExpand all lines: articles/azure-linux/intro-azure-linux.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: htaubenfeld
5
5
ms.author: htaubenfeld
6
6
ms.service: microsoft-linux
7
7
ms.topic: overview
8
-
ms.date: 09/05/2023
8
+
ms.date: 12/12/2023
9
9
---
10
10
11
11
# 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:/
21
21
The Azure Linux Container Host offers the following key benefits:
22
22
23
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.
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.
25
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
26
-**Secure supply chain**
27
27
- 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.
29
30
-**Secure by default**
30
31
- 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
32
- Microsoft monitors the CVE database and releases security patches monthly and critical updates within days if necessary.
0 commit comments