Cloudeka Charge
kubectl get charge -n <your-namespace>
kubectl get charge $(date +%F) -n <your-namespace> -o yamlField
Meaning
Example
status:
period: "2026-07-24"
cpu: { charge: 1200, price: 200, size: "4", kind: "cpu" }
ram: { charge: 1600, price: 100, size: "16Gi", kind: "ram" }
gpu:
NVIDIA-H100-80GB-HBM3: { charge: 7500, price: 7500, size: "1", kind: "gpu" }
charge: 10300
previousBalance: 100000
balance: 89700Last updated
