Storage
3 min
understand the storage architecture within , a persistent volume (pv) represents a segment of storage that an administrator has provisioned for you or that has been automatically set up using storage classes think of it as a durable container for your data, designed to outlast any individual pods in your cluster you have the flexibility to have persistent volumes provisioned either statically or dynamically with static provisioning, your cluster administrator pre arranges a set of pvs with defined storage capacities that remain at your disposal until they are explicitly removed dynamic provisioning, however, is like having a responsive storage solution that automatically creates storage resources whenever your persistent volume claims (pvcs) demand them the value for you lies in the persistent volumes' ability to support your stateful applications, those that need a reliable storage backend that won't forget data when a pod goes away pvs empower you to manage your storage needs declaratively, freeing you from worrying about the nitty gritty of storage infrastructure the storage feature in the service provides a consolidated view and management options for persistent volumes, persistent volume claims, and storage classes ensuring a proper configuration of this feature empowers users to maximize the utilization and management of storage resources within their container clusters to view the different storage data, follow these steps to access the data you need log in to to learn more about navigating to the different services from each tenant, refer to kyndryl bridge landing page navigation upon successful authentication, proceed to the ccm main dashboard this serves as the central hub for all activities in the dashboard, locate the cluster table , positioned towards the bottom of the interface this table lists all the clusters available under your management identify and choose the desired cluster by selecting it within the cluster table this action will direct you to a detailed view of the selected cluster within the cluster details view, navigate to the storage tab here, you will find options to view and manage persistent volumes, persistent volume claims and storage classes associated with the selected cluster persistent volumes view the available persistent volumes for a detailed insight, either click on the specific row or select the view details option persistent volume claims displays the available persistent volume claims namespace specific claims can also be viewed for detailed information, click on the respective row or opt for view details storage classes shows available storage classes essential for creating persistent volumes for pods for an in depth understanding, click on the particular row or hit the view details option