> 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-price.md).

# Cloudeka Price

Your negotiated **unit prices** — hourly and monthly — for every billable product: CPU, RAM, per-GPU-model, per-storage-class, floating IP, and NVAIE. This is what your usage gets multiplied by to produce every charge you see in [Cloudeka Charge](/guidance-for-enterprise/service-limit/crds/cloudeka-charge.md)/[Cloudeka Resource](/guidance-for-enterprise/service-limit/crds/cloudeka-resource.md)/[Cloudeka Resource Storage.](/guidance-for-enterprise/service-limit/crds/cloudeka-resource-storage.md)

```bash
kubectl get price -n <your-namespace>
kubectl get price -n <your-namespace> -o yaml
```

| Field                              | Meaning                           |
| ---------------------------------- | --------------------------------- |
| `spec.cpu.price` / `.priceMonthly` | CPU unit price (hourly / monthly) |
| `spec.ram.price` / `.priceMonthly` | RAM unit price                    |
| `spec.gpu.<model>.price`           | Per-GPU-model unit price          |
| `spec.storage.<class>.price`       | Per-storage-class unit price      |
| `spec.floatingIP.price`            | Floating IP unit price            |
| `spec.nvaie.price`                 | NVAIE unit price                  |

## Example

```yaml
spec:
  cpu:  { price: 200, priceMonthly: 128000 }
  ram:  { price: 100, priceMonthly: 65000 }
  gpu:
    NVIDIA-H100-80GB-HBM3: { price: 7500, priceMonthly: 52500000 }
  storage:
    storage-nvme-c1: { price: 2, priceMonthly: 1650 }
```

{% hint style="warning" %}
View-only — pricing changes are a platform-team/contract action.
{% endhint %}
