Skip to content

Commit 6ec1f62

Browse files
committed
Staging draft.
1 parent c072a32 commit 6ec1f62

File tree

4 files changed

+35
-15
lines changed

4 files changed

+35
-15
lines changed

articles/storage/elastic-san/TOC.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,12 @@ items:
3838
href: elastic-san-connect-windows.md
3939
- name: Connect to an Elastic SAN volume - Linux
4040
href: elastic-san-connect-linux.md
41-
- name: Connect to an Elastic SAN volume - AKS
42-
href: elastic-san-connect-aks.md
41+
- name: Connect to AKS
42+
items:
43+
- name: Use Azure Container Storage
44+
href: ../container-storage/use-container-storage-with-elastic-san.md?toc=/azure/storage/elastic-san/toc.json&bc=/azure/storage/elastic-san/breadcrumb/toc.json
45+
- name: Use Kubernetes iSCSI CSI driver
46+
href: elastic-san-connect-aks.md
4347
- name: Expand an Elastic SAN
4448
href: elastic-san-expand.md
4549
- name: Use volume snapshots
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: Use Azure Elastic SAN with Azure Kubernetes Service
3+
description: Learn about the deployment options you have for using Azure Elastic SAN as the backing storage for Azure Kubernetes Service.
4+
author: roygara
5+
ms.service: azure-elastic-san-storage
6+
ms.topic: conceptual
7+
ms.date: 03/14/2024
8+
ms.author: rogarana
9+
---
10+
11+
12+
# Use Azure Elastic SAN with Azure Kubernetes Service
13+
14+
There are two ways to use an Azure Elastic SAN as the backing storage for Azure Kubernetes Service (AKS). You can either use [Azure Container Storage](../container-storage/container-storage-introduction.md#why-azure-container-storage-is-useful) Preview, or use the open source Kubernetes iSCSI CSI driver.
15+
16+
## Kubernetes iSCSI CSI driver
17+
18+
If you use the [Kubernetes iSCSI CSI driver](elastic-san-connect-aks.md), you can connect an existing AKS cluster to Elastic SAN over iSCSI. Since you're manually managing this Elastic SAN, it can also be used for other workloads alongside AKS. However, if you use this configuration, Microsoft won't provide support for any issues stemming from the driver itself, since it's open source. Dynamic provisioning isn't currently supported with this configuration, and only `ReadwriteOnce` access mode is supported.
19+
20+
## Azure Container Storage Preview
21+
22+
Azure Container Storage Preview is an Azure native solution that allows you to use Elastic SAN with AKS. When using Azure Container Storage, you programmatically manage and deploy storage. When you use Azure Container Storage like this, the system deploys a SAN exclusively for use AKS. That SAN can't be used for any other workloads and snapshots of the SAN is not currently supported with this configuration.
23+
24+
## Next steps
25+
26+
- [Use Azure Container Storage Preview with Azure Elastic SAN](../container-storage/use-container-storage-with-elastic-san.md)
27+
- [Connect Azure Elastic SAN volumes to an Azure Kubernetes Service cluster](elastic-san-connect-aks.md)

articles/storage/elastic-san/elastic-san-aks.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

articles/storage/elastic-san/elastic-san-connect-aks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Connect an Azure Elastic SAN volume to an AKS cluster.
3-
description: Learn how to connect to an Azure Elastic SAN volume an Azure Kubernetes Service cluster.
2+
title: Connect Azure Elastic SAN to Azure Kubernetes over iSCSI
3+
description: Use the Kubernetes iSCSI CSI driver to use Azure Elastic SAN as backing storage for Azure Kubernetes Service clusters.
44
author: roygara
55
ms.service: azure-elastic-san-storage
66
ms.topic: how-to

0 commit comments

Comments
 (0)