Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

Cloudeka Resource Storage

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 yaml
Field
Meaning

status.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