ATTACHABLE VOLUMES FOR YOUR CLOUD SERVERS
Block Storage
€0.05/GB. That’s the Pricing Page.
One flat rate, hourly metering, create-attach-detach in seconds from the console or the API.Independent of any VM. Kubernetes CSI built in. EU datacenter.
| Volume size | Monthly cap |
|---|---|
| 50 GB | €2.50/mo |
| 100 GB | €5.00/mo |
| 250 GB | €12.50/mo |
| 500 GB | €25.00/mo |
| 1 000 GB | €50.00/mo |
Any size in between works the same: size × €0.05. Priced in EUR or USD, VAT not included.
STORAGE THAT BEHAVES LIKE INFRASTRUCTURE
Data that Outlives the Server
Attach, detach, move, your volumes are first-class resources, not a checkbox on a VM.
One Flat Rate
€0.05 per GB per month, that's the whole pricing page. Metered hourly like everything else, capped at the monthly price.
Attach and Move Freely
Create a volume, attach it to a server, detach it and move it to another, from the console or one API call. Your data outlives any single VM.
Grow Storage Independently
Need more disk but not more CPU? Add a volume instead of resizing the server. Size storage and compute separately.
Kubernetes-Ready
PersistentVolumeClaims in our Managed Kubernetes provision these same volumes automatically via CSI.
Independent of the VM
Volumes live on separate storage infrastructure: destroy the server, keep the volume, and the data on it.
Fully Scriptable
Create, attach, detach and delete via the public REST API, CLI or Terraform, same scoped tokens as the rest of the platform.
VOLUMES AS CODE
Two API Calls to More Disk
# create a 100 GB volume
curl -X POST https://console.rarecloud.io/api/v1/services/ \
-H "Authorization: Bearer rc_pat_YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{ "category": "cloud-volume", "name": "data-01", "sizeGb": 100 }'ANSWERS TO YOUR MOST COMMON QUESTIONS
Frequently Asked Questions
How is Block Storage billed?
€0.05 per GB per month, metered hourly and capped at the monthly price, a 100 GB volume costs at most €5.00 in a month, less if it exists for only part of it. It comes out of the same credit balance as everything else.
Can I attach a volume to any server?
To any RareCloud cloud server (VM) in the same region. One volume attaches to one server at a time; detaching and re-attaching elsewhere takes seconds.
What happens to the volume when I destroy the server?
Nothing, volumes are independent resources. The data stays until you delete the volume itself.
Can I use it with Kubernetes?
Yes. PersistentVolumeClaims in our Managed Kubernetes clusters are backed by these volumes automatically, you don't manage them by hand.
How do I put a filesystem on it?
A fresh volume appears as a raw disk (e.g. /dev/vdb). Format it with your preferred filesystem (mkfs.ext4 /dev/vdb), mount it, add it to fstab, exactly like any Linux disk.
Where does my data live?
On our storage infrastructure in our Bucharest region in Europe. EU data, EU jurisdiction, EU invoices.
Ready to get started?
100 GB for €5/month. That’s It.
Create a volume, attach it, format it, done in a minute.