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/azure-disk-csi.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
-
title: Use Container Storage Interface (CSI) driver for Azure Disks on Azure Kubernetes Service (AKS)
3
-
description: Learn how to use the Container Storage Interface (CSI) driver for Azure Disks in an Azure Kubernetes Service (AKS) cluster.
2
+
title: Use Container Storage Interface (CSI) driver for Azure Disk on Azure Kubernetes Service (AKS)
3
+
description: Learn how to use the Container Storage Interface (CSI) driver for Azure Disk in an Azure Kubernetes Service (AKS) cluster.
4
4
ms.topic: article
5
5
ms.date: 04/19/2023
6
6
---
7
7
8
-
# Use the Azure Disks Container Storage Interface (CSI) driver in Azure Kubernetes Service (AKS)
8
+
# Use the Azure Disk Container Storage Interface (CSI) driver in Azure Kubernetes Service (AKS)
9
9
10
-
The Azure Disks Container Storage Interface (CSI) driver is a [CSI specification](https://github.com/container-storage-interface/spec/blob/master/spec.md)-compliant driver used by Azure Kubernetes Service (AKS) to manage the lifecycle of Azure Disks.
10
+
The Azure Disks Container Storage Interface (CSI) driver is a [CSI specification](https://github.com/container-storage-interface/spec/blob/master/spec.md)-compliant driver used by Azure Kubernetes Service (AKS) to manage the lifecycle of Azure Disk.
11
11
12
12
The CSI is a standard for exposing arbitrary block and file storage systems to containerized workloads on Kubernetes. By adopting and using CSI, AKS now can write, deploy, and iterate plug-ins to expose new or improve existing storage systems in Kubernetes. Using CSI drivers in AKS avoids having to touch the core Kubernetes code and wait for its release cycles.
Copy file name to clipboardExpand all lines: articles/aks/operator-best-practices-storage.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Best practices for storage and backup
3
3
titleSuffix: Azure Kubernetes Service
4
4
description: Learn the cluster operator best practices for storage, data encryption, and backups in Azure Kubernetes Service (AKS)
5
5
ms.topic: conceptual
6
-
ms.date: 11/30/2022
6
+
ms.date: 04/28/2023
7
7
8
8
---
9
9
@@ -22,7 +22,7 @@ This best practices article focuses on storage considerations for cluster operat
22
22
## Choose the appropriate storage type
23
23
24
24
> **Best practice guidance**
25
-
>
25
+
>
26
26
> Understand the needs of your application to pick the right storage. Use high performance, SSD-backed storage for production workloads. Plan for network-based storage when you need multiple concurrent connections.
27
27
28
28
Applications often require different types and speeds of storage. Determine the most appropriate storage type by asking the following questions.
@@ -51,6 +51,8 @@ Both Azure Files and Azure Disks are available in Standard and Premium performan
51
51
- Backed by regular spinning disks (HDDs).
52
52
- Good for archival or infrequently accessed data.
53
53
54
+
While the default storage tier for the Azure Disk CSI driver is Premium SSD, your custom StorageClass can use Premium SSD, Standard SSD, or Standard HDD.
55
+
54
56
Understand the application performance needs and access patterns to choose the appropriate storage tier. For more information about Managed Disks sizes and performance tiers, see [Azure Managed Disks overview][managed-disks].
55
57
56
58
### Create and use storage classes to define application needs
@@ -89,8 +91,6 @@ Work with your application development team to understand their storage capacity
89
91
90
92
For more information about available VM sizes, see [Sizes for Linux virtual machines in Azure][vm-sizes].
0 commit comments