Alpha Preview·Documentation in progress
Keyboard Shortcuts
Navigation
JNext heading
KPrevious heading
GGScroll to top
ShiftGScroll to bottom
NNext page
PPrevious page
Page
?Open keyboard shortcuts
EscClose modal
Skip to content

Open-source Kubernetes tools for PVC access

A suite of tools for platform teams to inspect, debug, and explore PersistentVolumeClaims without disrupting running workloads.

PVC Explorer iconPVC Explorer icon
User Space
kubectl pvc
CLI plugin · kubeconfig
Web Dashboard
Vue UI
Auth
Control Plane
Operator
pvc-explorer
  • Validates PVCs and consumers
  • Creates and scales agent pods
  • Enforces RBAC and mount guardrails
creates & manages
Data Plane
Pod
pvc-explorer-agent
  • Mounts the target PVC
  • Serves REST file-browser API
  • Detects conflicts → read-only
mounts & serves
PVC
Kubernetes storage
pvc-explorer
Manages everything — install this first
pvc-explorer-agent
Container image deployed by the operator (no manual setup needed)
kubectl-pvc-explorer
Optional — use it if you prefer the terminal over the web UI

Apache 2.0 licensed. Built with the Kubebuilder framework.