Quick Start Cluster Namespace Application Helm Apps F.A.Q

Persistent Volume

Persistent Volumes provide a way to manage and use persistent storage within a Kubernetes cluster, ensuring data durability and portability for your applications.

More Details: https://kubernetes.io/docs/concepts/storage/persistent-volumes

The Persistent Volume tab provides a comprehensive inventory of all Persistent Volumes within your Kubernetes cluster and their capacity. By selecting a specific Persistent Volume, you can access detailed information such as its specifications (spec), capacity, volume attributes, claim references, node affinity, and more.

You can also create a new Persistent Volume from this tab.

To create a namespace, simply:

  • Click on the ‘+ Persistent Volumes’ button
  • Provide the yaml/json definition of the Persistent Volume (You can write the definition here or upload it from your machine)
  • Click on apply