1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/telco-core-storage.adoc

29 lines
1.0 KiB
Plaintext

// Module included in the following assemblies:
//
// * scalability_and_performance/telco_core_ref_design_specs/telco-core-rds.adoc
:_mod-docs-content-type: REFERENCE
[id="telco-core-storage_{context}"]
= Storage
New in this release::
* No reference design updates in this release
Description::
+
--
Cloud native storage services can be provided by {rh-storage} or other third-party solutions.
{rh-storage} is a Red Hat Ceph Storage based software-defined storage solution for containers.
It provides block storage, file system storage, and on-premise object storage, which can be dynamically provisioned for both persistent and non-persistent data requirements.
Telco core applications require persistent storage.
[NOTE]
====
All storage data might not be encrypted in flight.
To reduce risk, isolate the storage network from other cluster networks.
The storage network must not be reachable, or routable, from other cluster networks.
Only nodes directly attached to the storage network should be allowed to gain access to it.
====
--