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/concepts-storage.md
+3-11Lines changed: 3 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Concepts - Storage in Azure Kubernetes Services (AKS)
3
3
description: Learn about storage in Azure Kubernetes Service (AKS), including volumes, persistent volumes, storage classes, and claims
4
4
ms.topic: conceptual
5
-
ms.date: 02/17/2023
5
+
ms.date: 01/18/2023
6
6
7
7
---
8
8
@@ -68,12 +68,6 @@ Use [Azure Blob Storage][azure-blob-csi] to create a blob storage container and
68
68
69
69
* Block Blobs
70
70
71
-
### Azure Elastic SAN
72
-
73
-
Use [Azure Elastic SAN][elastic-san] to create an Azure Elastic SAN volume and mount it using the [internet Small Computer Systems Interface][iSCSI] (iSCSI) protocol.
74
-
75
-
* Elastic SAN Volumes
76
-
77
71
### Volume types
78
72
79
73
Kubernetes volumes represent more than just a traditional disk for storing and retrieving information. Kubernetes volumes can also be used as a way to inject data into a pod for use by the containers.
@@ -109,7 +103,7 @@ Like using a secret:
109
103
110
104
Volumes defined and created as part of the pod lifecycle only exist until you delete the pod. Pods often expect their storage to remain if a pod is rescheduled on a different host during a maintenance event, especially in StatefulSets. A *persistent volume* (PV) is a storage resource created and managed by the Kubernetes API that can exist beyond the lifetime of an individual pod.
111
105
112
-
You can use [Azure Disks](/azure-csi-disk-storage-provision.md), [Azure Files](/azure-csi-files-storage-provision.md), or [Elastic SAN volumes](../storage/elastic-san/elastic-san-connect-aks.md)to provide the PersistentVolume. As noted in the [Volumes](#volumes) section, the choice of Disks, Files, or an Elastic SAN volume is often determined by the need for concurrent access to the data or the performance tier.
106
+
You can use [Azure Disks](/azure-csi-disk-storage-provision.md) or [Azure Files](/azure-csi-files-storage-provision.md)to provide the PersistentVolume. As noted in the [Volumes](#volumes) section, the choice of Disksor Files is often determined by the need for concurrent access to the data or the performance tier.
113
107
114
108

115
109
@@ -246,7 +240,6 @@ For more information on core Kubernetes and AKS concepts, see the following arti
246
240
-[Kubernetes / AKS scale][aks-concepts-scale]
247
241
248
242
<!-- EXTERNAL LINKS -->
249
-
[iSCSI]: https://en.wikipedia.org/wiki/ISCSI
250
243
251
244
<!-- INTERNAL LINKS -->
252
245
[disks-types]: ../virtual-machines/disks-types.md
@@ -266,5 +259,4 @@ For more information on core Kubernetes and AKS concepts, see the following arti
0 commit comments