Skip to content

Commit 455a957

Browse files
committed
Mariner-Ubuntu parity in AKS docs
1 parent 87a121b commit 455a957

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/aks/concepts-security.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ You can control access to the API server using Kubernetes role-based access cont
4242

4343
## Node security
4444

45-
AKS nodes are Azure virtual machines (VMs) that you manage and maintain.
46-
* Linux nodes run an optimized Ubuntu distribution using the `containerd` or Docker container runtime.
45+
AKS nodes are Azure virtual machines (VMs) that you manage and maintain.
46+
* Linux nodes run optimized versions of Ubuntu or CBL-Mariner.
4747
* Windows Server nodes run an optimized Windows Server 2019 release using the `containerd` or Docker container runtime.
4848

4949
When an AKS cluster is created or scaled up, the nodes are automatically deployed with the latest OS security updates and configurations.

articles/aks/howto-deploy-java-liberty-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This article uses the Azure Marketplace offer for Open/WebSphere Liberty to acce
3131

3232
* This article requires at least version 2.31.0 of Azure CLI. If using Azure Cloud Shell, the latest version is already installed.
3333
* If running the commands in this guide locally (instead of Azure Cloud Shell):
34-
* Prepare a local machine with Unix-like operating system installed (for example, Ubuntu, macOS, Windows Subsystem for Linux).
34+
* Prepare a local machine with Unix-like operating system installed (for example, Ubuntu, CBL-Mariner, macOS, Windows Subsystem for Linux).
3535
* Install a Java SE implementation (for example, [Eclipse Open J9](https://www.eclipse.org/openj9/)).
3636
* Install [Maven](https://maven.apache.org/download.cgi) 3.5.0 or higher.
3737
* Install [Docker](https://docs.docker.com/get-docker/) for your OS.

articles/aks/node-updates-kured.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You need the Azure CLI version 2.0.59 or later installed and configured. Run `az
2727

2828
## Understand the AKS node update experience
2929

30-
In an AKS cluster, your Kubernetes nodes run as Azure virtual machines (VMs). These Linux-based VMs use an Ubuntu image, with the OS configured to automatically check for updates every day. If security or kernel updates are available, they are automatically downloaded and installed.
30+
In an AKS cluster, your Kubernetes nodes run as Azure virtual machines (VMs). These Linux-based VMs use an Ubuntu or CBL-Mariner image, with the OS configured to automatically check for updates every day. If security or kernel updates are available, they are automatically downloaded and installed.
3131

3232
![AKS node update and reboot process with kured](media/node-updates-kured/node-reboot-process.png)
3333

0 commit comments

Comments
 (0)