PodWarden
User ManualPodWarden

Storage

NFS and storage connections for persistent workload data

PodWarden storage page
Storage connections listing with NFS server details and connection status

What you see

URL: /storage

The storage page lists all external storage connections configured in PodWarden. These connections define NFS shares and other storage backends that workloads can mount as persistent volumes.

Fields / columns

ColumnDescription
NameDisplay name for the storage connection
TypeStorage protocol (e.g. NFS)
ServerHostname or IP address of the storage server
PathExport path or share name on the storage server
StatusConnection test result (see status badges below)

Available actions

ActionWhereWhat it does
CreateList page toolbarOpens the storage connection form. Specify name, type, server, path, and mount options
EditConnection rowModify the connection settings
DeleteConnection rowRemoves the storage connection from PodWarden
Test connectionConnection rowAttempts to mount the storage from the PodWarden API server and reports success or failure

Create storage connection

PodWarden create storage connection modal
Add a new storage connection with NFS or S3 configuration

The create form lets you configure a new storage connection. Select the storage type (NFS or S3), then provide the server address, path or bucket name, and mount options.

Status badges

BadgeMeaning
connectedLast connection test succeeded
failedLast connection test failed
untestedConnection has never been tested

How storage connections are used

Storage connections defined here are available as volume mount targets when configuring stacks. When a workload with an NFS volume mount is deployed, PodWarden generates the appropriate Kubernetes PersistentVolume and PersistentVolumeClaim manifests.

Related docs

  • Storage guide -- All volume types and configuration options
  • Apps & Stacks -- Configure volume mounts on workloads
  • Backups -- Backup policies that use storage connections