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

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/Cloudeka Resource/Cloudeka Resource Storage.

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

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 }

Last updated