Application Storage

Provision persistent storage for the workloads that are hosted in your IBM® Cloud Private cluster.

One of the main resources inside any cluster is storage or persistent volume. Before you can deploy most Kubernetes-based applications, you must first create storage from the underlying infrastructure. This provisioned storage allows for persistence of an application's data. However, in order for an application to use this storage, you must also create a volume or persistent volume claim. Persistent volume claims are used to make request on behalf of an application to the provisioned storage.