Skip to content

Commit fb6d07a

Browse files
authored
Merge pull request #37435 from darshan-nagaraj/OSDOCS-2552
Adds storage overview page
2 parents dea6bf6 + a2dd66e commit fb6d07a

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

_topic_map.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1167,6 +1167,9 @@ Name: Storage
11671167
Dir: storage
11681168
Distros: openshift-enterprise,openshift-origin,openshift-dedicated,openshift-online
11691169
Topics:
1170+
- Name: Storage overview
1171+
File: index
1172+
Distros: openshift-enterprise,openshift-origin,openshift-dedicated,openshift-online
11701173
- Name: Understanding ephemeral storage
11711174
File: understanding-ephemeral-storage
11721175
Distros: openshift-enterprise,openshift-origin,openshift-dedicated,openshift-online

storage/index.adoc

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
[id="storage-overview"]
2+
= {product-title} storage overview
3+
include::modules/common-attributes.adoc[]
4+
:context: storage-overview
5+
6+
toc::[]
7+
8+
{product-title} supports multiple types of storage, both for on-premise and cloud providers. You can manage container storage for persistent and non-persistent data in an {product-title} cluster.
9+
10+
[id="storage-types"]
11+
== Storage Types
12+
13+
{product-title} storage is broadly classified into two categories, namely ephemeral storage and persistent storage.
14+
15+
[id="ephemeral-storage"]
16+
=== Ephemeral storage
17+
18+
Pods and containers are ephemeral or transient in nature and designed for stateless applications. Ephemeral storage allows administrators and developers to better manage the local storage for some of their operations. For more information about ephemeral storage overview, types, and management, see xref:../storage/understanding-ephemeral-storage.adoc#understanding-ephemeral-storage[Understanding ephemeral storage].
19+
20+
[id="persistent-storage"]
21+
=== Persistent storage
22+
23+
Stateful applications deployed in containers require persistent storage. {product-title} uses a pre-provisioned storage framework called persistent volumes (PV) to allow cluster administrators to provision persistent storage. The data inside these volumes can exist beyond the lifecycle of an individual pod. Developers can use persistent volume claims (PVCs) to request storage requirements. For more information about persistent storage overview, configuration, and lifecycle, see xref:../storage/understanding-persistent-storage.adoc#understanding-persistent-storage[Understanding persistent storage].
24+
25+
[id="container-storage-interface"]
26+
== Container Storage Interface (CSI)
27+
28+
CSI is an API specification for the management of container storage across different container orchestration (CO) systems. You can manage the storage volumes within the container native environments, without having specific knowledge of the underlying storage infrastructure. With the CSI, storage works uniformly across different container orchestration systems, regardless of the storage vendors you are using. For more information about CSI, see xref:../storage/container_storage_interface/persistent-storage-csi.adoc#persistent-storage-csi[Using Container Storage Interface (CSI)].
29+
30+
[id="dynamic-provisioning-overview"]
31+
== Dynamic Provisioning
32+
33+
Dynamic Provisioning allows you to create storage volumes on-demand, eliminating the need for cluster administrators to pre-provision storage. For more information about dynamic provisioning, see xref:../storage/dynamic-provisioning.adoc#dynamic-provisioning[Dynamic provisioning].

0 commit comments

Comments
 (0)