Skip to content

Commit d9a7ce9

Browse files
committed
clarify disk encryption
1 parent 831b015 commit d9a7ce9

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

articles/aks/TOC.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -363,11 +363,11 @@
363363
items:
364364
- name: Cluster autoscaler overview
365365
href: cluster-autoscaler-overview.md
366-
- name: Use the Cluster autoscaler on AKS
366+
- name: Use the cluster autoscaler on AKS
367367
href: cluster-autoscaler.md
368368
- name: Node autoprovision
369369
href: node-autoprovision.md
370-
- name: Availability Zones
370+
- name: Availability zones
371371
href: availability-zones.md
372372
- name: Cluster management
373373
items:
@@ -421,7 +421,7 @@
421421
href: use-kms-etcd-encryption.md
422422
- name: Node security
423423
items:
424-
- name: BYOK for disks
424+
- name: BYOK for Azure managed disks
425425
href: azure-disk-customer-managed-keys.md
426426
- name: Enable host-based encryption
427427
href: enable-host-encryption.md

articles/aks/azure-disk-customer-managed-keys.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: Use a customer-managed key to encrypt Azure disks in Azure Kubernetes Service (AKS)
3-
description: Bring your own keys (BYOK) to encrypt AKS OS and Data disks.
2+
title: Use a customer-managed key to encrypt Azure managed disks in Azure Kubernetes Service (AKS)
3+
description: Bring your own keys (BYOK) to encrypt managed OS and data disks in AKS.
44
ms.topic: article
55
ms.custom: devx-track-azurecli, linux-related-content
6-
ms.date: 11/24/2023
6+
ms.date: 02/01/2024
77
---
88

9-
# Bring your own keys (BYOK) with Azure disks in Azure Kubernetes Service (AKS)
9+
# Bring your own keys (BYOK) with Azure managed disks in Azure Kubernetes Service (AKS)
1010

11-
Azure Storage encrypts all data in a storage account at rest. By default, data is encrypted with Microsoft-managed keys. For more control over encryption keys, you can supply customer-managed keys to use for encryption at rest for both the OS and data disks for your AKS clusters.
11+
Azure encrypts all data in a managed disk at rest. By default, data is encrypted with Microsoft-managed keys. For more control over encryption keys, you can supply customer-managed keys to use for encryption at rest for both the OS and data disks for your AKS clusters.
1212

1313
Learn more about customer-managed keys on [Linux][customer-managed-keys-linux] and [Windows][customer-managed-keys-windows].
1414

@@ -21,9 +21,9 @@ Learn more about customer-managed keys on [Linux][customer-managed-keys-linux] a
2121

2222
## Limitations
2323

24-
* Encryption of OS disk with customer-managed keys can only be enabled when creating an AKS cluster.
24+
* Encryption of an OS disk with customer-managed keys can only be enabled when creating an AKS cluster.
2525
* Virtual nodes are not supported.
26-
* When encrypting ephemeral OS disk-enabled node pool with customer-managed keys, if you want to rotate the key in Azure Key Vault, you need to:
26+
* When encrypting an ephemeral OS disk-enabled node pool with customer-managed keys, if you want to rotate the key in Azure Key Vault, you need to:
2727

2828
* Scale down the node pool count to 0
2929
* Rotate the key

0 commit comments

Comments
 (0)