Skip to content

Commit 856ba3d

Browse files
authored
Merge pull request #267988 from roygara/esanACS
Esan acs
2 parents ea322ee + cedfbf1 commit 856ba3d

File tree

3 files changed

+37
-4
lines changed

3 files changed

+37
-4
lines changed

articles/storage/elastic-san/TOC.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,14 @@ 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: Options for using an Elastic SAN with AKS
44+
href: elastic-san-aks-options.md
45+
- name: Use Azure Container Storage
46+
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
47+
- name: Use Kubernetes iSCSI CSI driver
48+
href: elastic-san-connect-aks.md
4349
- name: Expand an Elastic SAN
4450
href: elastic-san-expand.md
4551
- 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/19/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 a cloud-based volume management, deployment, and orchestration service built natively for containers. For new or existing AKS clusters, you can install Azure Container Storage as an extension. After it's installed as an extension, you can programmatically manage and deploy storage, including Elastic SANs, through the Kubernetes control plane. In this case, Azure Container Storage deploys a SAN exclusively for use with your AKS cluster. That SAN can't be used for any other workloads and volume snapshots of that SAN's volumes isn't currently supported with this configuration.
23+
24+
## Next steps
25+
26+
- [Connect Azure Elastic SAN volumes to an Azure Kubernetes Service cluster](elastic-san-connect-aks.md)
27+
- [Use Azure Container Storage Preview with Azure Elastic SAN](../container-storage/use-container-storage-with-elastic-san.md)

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)