What problem does it solve?
Managing storage across Kube-DC projects can be complex and error-prone. This Skill provides a unified workflow to provision and manage S3-compatible buckets (ObjectBucketClaim), VM data disks (DataVolume), and container storage (PersistentVolumeClaim) with consistent governance.
Core Features & Use Cases
- Create S3-compatible buckets via ObjectBucketClaim with the required kube-dc.com/organization label.
- Provision VM disks using DataVolume resources, including import-from-URL and blank disks.
- Create and manage PersistentVolumeClaims for container workloads, enabling predictable storage provisioning and quota adherence.
Use Case: On-boarding a new project, you can auto-create bucket storage, VM disks, and PVCs in a reproducible way, ensuring correct namespace scoping and labeling.
Quick Start
Create an ObjectBucketClaim for the project namespace, then provision a DataVolume or a PVC as required by the workload.