What problem does it solve?
This Skill removes the guesswork from managing Kubernetes storage backed by a legacy SMB NAS by showing which workloads own which PVs and PVCs, highlighting orphaned or unused volumes, and providing safe cleanup actions without touching the underlying NAS data.
Core Features & Use Cases
- Volume visibility: Review all SMB-backed PersistentVolumes and PersistentVolumeClaims across namespaces, including status, ownership, age, and mounted pods.
- Safe cleanup workflow: Delete released or orphaned Kubernetes storage objects while preserving NAS share contents when reclaim policy is set to Retain.
- Web admin panel deployment: Work with the FastAPI app, HTMX UI, Helm chart, and Ansible automation used to build, configure, and deploy the panel in the cluster.
- Authentication options: Configure either basic auth or GitHub OIDC via oauth2-proxy sidecar for secured access.
- Iteration and debugging: Use the local Docker workflow or the Kaniko-based in-cluster build path to test UI and backend changes quickly.
Quick Start
Ask the assistant to deploy or update the nas-admin panel for your cluster, including the desired hostname and authentication mode.