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/storage/container-storage/container-storage-introduction.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.custom:
13
13
14
14
# What is Azure Container Storage?
15
15
16
-
Azure Container Storage is a cloud-based volume management, deployment, and orchestration service built natively for containers. It integrates with Kubernetes, allowing you to dynamically and automatically provision persistent volumes to store data for stateful applications running on Kubernetes clusters.
16
+
Azure Container Storage is a cloud-based volume management, deployment, and orchestration service built natively for containers. It integrates with Kubernetes, allowing you to dynamically and automatically provision persistent volumes to store data for stateful applications running on Kubernetes clusters. Azure Container Storage is derived from [OpenEBS](https://openebs.io/), an open-source solution that provides container storage capabilities for Kubernetes.
17
17
18
18
> [!IMPORTANT]
19
19
> Azure Container Storage isn't available in all Azure regions. See [regional availability](#regional-availability).
@@ -75,9 +75,9 @@ For more information on these features, email the Azure Container Storage team a
75
75
76
76
## Why Azure Container Storage is useful
77
77
78
-
Until now, providing cloud storage for containers required using individual container storage interface (CSI) drivers to use storage services intended for IaaS-centric workloads and make them work for containers. While CSI drivers are useful in certain scenarios, relying on them can create operational overhead and increase the risk of issues with application availability, scalability, performance, usability, and cost.
78
+
Until now, providing cloud storage for containers required configuring container storage interface (CSI) drivers to use storage services intended for IaaS-centric workloads and make them work for containers. In certain scenarios, this can create operational overhead and increase the risk of issues with application availability, scalability, performance, usability, and cost.
79
79
80
-
Despite its name, Azure Container Storage doesn't use CSI drivers. Instead, it is derived from [OpenEBS](https://openebs.io/), an open-source solution that provides container storage capabilities for Kubernetes. By offering a managed volume orchestration solution via microservice-based storage controllers in a Kubernetes environment, Azure Container Storage enables true container-native storage.
80
+
With Azure Container Storage, you don't need to worry about configuring individual CSI drivers. By offering a managed volume orchestration solution via microservice-based storage controllers in a Kubernetes environment, Azure Container Storage enables true container-native storage.
0 commit comments