Skip to content

Commit 474a2f0

Browse files
committed
Add AKS EE what's new
1 parent affd34f commit 474a2f0

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed

AKS-Arc/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@
188188
href: aks-edge-overview.md
189189
- name: System requirements and support matrix
190190
href: aks-edge-system-requirements.md
191+
- name: What's new in AKS Edge Essentials
192+
href: aks-edge-whats-new.md
191193
- name: Quickstart
192194
href: aks-edge-quickstart.md
193195
- name: Concepts

AKS-Arc/aks-edge-whats-new.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
title: What's new in AKS Edge Essentials
3+
description: Learn about what's new in AKS Edge Essentials.
4+
ms.topic: overview
5+
ms.date: 03/12/2025
6+
author: sethmanheim
7+
ms.author: sethm
8+
ms.reviewer: sumsmith
9+
ms.lastreviewed: 03/12/2025
10+
11+
---
12+
13+
# What's new in AKS Edge Essentials
14+
15+
AKS Edge Essentials is a lightweight on-premises Kubernetes implementation of Azure Kubernetes Service (AKS) that automates running containerized applications at scale. This article describes the latest features, enhancements, and updates in AKS Edge Essentials.
16+
17+
## Features and improvements
18+
19+
This section lists the new features and improvements in AKS Arc in each release of Azure Local, version 23H2.
20+
21+
### Release 1.10.868.0 (March 2025)
22+
23+
The following features and improvements were added in this release:
24+
25+
- **Enable secret encryption on AKS Edge Essentials clusters with the Key Management Service (KMS) plugin (preview)**. Following Kubernetes best practices, it's recommended that you encrypt the Kubernetes secret store on clusters. You can enable the KMS plugin in the **aks-edge** config file during deployment. The KMS plugin is set to **disabled** by default during the preview period. For more information about this feature, see the [Key Management Service (KMS) plugin (preview)](aks-edge-howto-secret-encryption.md) documentation.
26+
- **Key Manager for Kubernetes on AKS Edge Essentials (preview)**. [Key manager for Kubernetes](aks-edge-howto-key-manager.md) is an Azure Arc extension that automates the rotation of the signing key used to issue service account tokens. For more information about Key Manager, see [Key manager for Kubernetes](aks-edge-howto-key-manager.md).
27+
- **AKS Edge Essentials now connects to Azure Arc during deployment to decrease the number of required deployment steps.** Arc parameters are now required in the **aks-edge** configuration file during deployment. Starting with the next release, AKS Edge Essentials deployment will be blocked if Arc parameters are missing or invalid.
28+
- **The Calico CNI + K3s preview has been discontinued**. You must now use Flannel with K3s and Calico with K8s. For more information, see [Single machine deployment](aks-edge-howto-single-node-deployment.md#step-1-single-machine-configuration-parameters).
29+
30+
### Supported versions for 1.10.868.0
31+
32+
The component versions supported in the 1.10.868.0 release are as follows:
33+
34+
- AKS Edge Essentials version: 1.10.868.0
35+
- Mariner version: 2.0.20250207
36+
- K8s (upstream Kubernetes) distribution: 1.29.9 (upgrade only), 1.30.5
37+
- K3s distribution: 1.29.9 (upgrade only), 1.30.6
38+
- JSON version schema: 1.15
39+
40+
## Next steps
41+
42+
- [AKS Edge Essentials](aks-edge-overview.md)
43+
- [AKS Edge Essentials requirements and support matrix](aks-edge-system-requirements.md)

0 commit comments

Comments
 (0)