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/aks/enable-host-encryption.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ This feature can only be set at cluster creation or node pool creation time.
34
34
35
35
## Use host-based encryption on new clusters
36
36
37
-
Configure the cluster agent nodes to use host-based encryption when the cluster is created.
37
+
Configure the cluster agent nodes to use host-based encryption when the cluster is created.
38
38
39
39
```azurecli-interactive
40
40
az aks create --name myAKSCluster --resource-group myResourceGroup -s Standard_DS2_v2 -l westus2 --enable-encryption-at-host
@@ -52,12 +52,13 @@ az aks nodepool add --name hostencrypt --cluster-name myAKSCluster --resource-gr
52
52
53
53
If you want to create new node pools without the host-based encryption feature, you can do so by omitting the `--enable-encryption-at-host` parameter.
54
54
55
-
## Next steps
56
-
57
-
Review [best practices for AKS cluster security][best-practices-security]
58
-
Read more about [host-based encryption](../virtual-machines/disk-encryption.md#encryption-at-host---end-to-end-encryption-for-your-vm-data).
55
+
> [!NOTE]
56
+
> After you enable host-based encryption on your cluster, make sure you provide the proper access to your Azure Key Vault to enable encryption at rest. For more information, see [Control access][control-keys] and [Azure built-in roles for Key Vault data plane operations][akv-built-in-roles].
59
57
58
+
## Next steps
60
59
60
+
- Review [best practices for AKS cluster security][best-practices-security].
61
+
- Read more about [host-based encryption](../virtual-machines/disk-encryption.md#encryption-at-host---end-to-end-encryption-for-your-vm-data).
61
62
<!-- LINKS - external -->
62
63
63
64
<!-- LINKS - internal -->
@@ -70,3 +71,5 @@ Read more about [host-based encryption](../virtual-machines/disk-encryption.md#e
0 commit comments