> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/guidance-for-enterprise/service-limit/crds/cloudeka-resource-storage.md).

# Cloudeka Resource Storage

The **live billing mirror of a PersistentVolumeClaim** — the storage counterpart of [Cloudeka Resource.](/guidance-for-enterprise/service-limit/crds/cloudeka-resource.md) One appears automatically per PVC you create, showing its storage class, size, and current hourly charge.

```bash
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.
