Cloudeka Resource Storage
kubectl get storage -n <your-namespace>
kubectl get storage -n <your-namespace> -o yamlField
Meaning
Last updated

The live billing mirror of a PersistentVolumeClaim — the storage counterpart of Cloudeka Resource. One appears automatically per PVC you create, showing its storage class, size, and current hourly charge.
kubectl get storage -n <your-namespace>
kubectl get storage -n <your-namespace> -o yamlstatus.storageClassName
The PVC's storage class
status.size
Requested/provisioned size
status.chargePerHour
Current hourly cost
status.status
Mirrors the PVC's phase: Pending, Bound, or other
Cross-check what each of your volumes is costing you before deciding whether to keep, resize, or delete it.
Last updated