Softwr

File Storage · head to head

Cloudflare R2 vs Rook

Cloudflare R2 logo

Cloudflare R2

File Storage

S3-compatible object storage that charges nothing for egress to the internet

From
Free
Rated
-
Rook logo

Rook

Cloud

Kubernetes operator that deploys and manages Ceph storage clusters

From
Free
Rated
-

The short version

  • Each has a real cost: Cloudflare R2 there is no archive tier below Infrequent Access, so genuinely cold data costs roughly ten to fifteen times what it would cost in a deep archive class and there is nowhere cheaper to lifecycle it to.; Rook rook automates Ceph but does not abstract it, so an incident still demands Ceph expertise, and organisations without it end up hiring consultants at exactly the wrong moment.
  • They diverge on capability: Cloudflare R2 covers Zero egress billing, Rook covers Ceph operator.
  • Prices and features above were last checked on 1 September 2026.

Where they differ

Only the attributes on which Cloudflare R2 and Rook actually diverge.

Attributes where Cloudflare R2 and Rook differ
AttributeCloudflare R2Rook
Pricing modelPer gigabyte stored per monthOpen source, no licence fee
PlatformsWeb, APILinux, Kubernetes
CategoryFile StorageCloud

Identical on both: starting price (Free), free tier (Yes), user rating (Not yet rated).

What each one covers

Drawn from each product's published feature list. An absence here means we hold no record of it - not that the product lacks it.

Only in Cloudflare R2

  • Zero egress billing
  • S3 API compatibility
  • Worker binding
  • Jurisdictional restriction
  • Infrequent Access tier
  • Custom domain serving

Only in Rook

  • Ceph operator
  • Block, file and object
  • Erasure coding
  • CSI driver
  • Automated upgrades
  • Multi-cluster mirroring

What people use each for

The jobs each tool is most often brought in to do.

Cloudflare R2

  • Serving a large media or asset library to the public where transfer out, not storage, is the dominant costnot Rook
  • Hosting a container or artefact registry that thousands of CI runners pull from every daynot Rook
  • Distributing model weights or open datasets that are downloaded far more often than they are updatednot Rook
  • Moving off S3 specifically to stop paying data transfer charges on a read heavy bucketnot Rook

Rook

  • An on-premises Kubernetes platform needing block, shared filesystem and S3 storage without buying three productsnot Cloudflare R2
  • A team that already runs Ceph and wants its lifecycle managed declaratively inside Kubernetesnot Cloudflare R2
  • A large cluster where three-way replication overhead is unaffordable and erasure coding is requirednot Cloudflare R2
  • An organisation building a private cloud that cannot use managed cloud storage services for residency reasonsnot Cloudflare R2

Where each one falls short

Documented limitations, not opinions. Every one is a constraint you would hit in normal use.

Cloudflare R2

  • There is no archive tier below Infrequent Access, so genuinely cold data costs roughly ten to fifteen times what it would cost in a deep archive class and there is nowhere cheaper to lifecycle it to.
  • Class A operations are billed at 4.50 USD per million, so a workload that writes millions of small objects can spend more on operations than on the storage those objects occupy.
  • Infrequent Access carries both a retrieval fee and a thirty day minimum storage duration, so data that is deleted or re-read sooner ends up more expensive than if it had stayed on Standard.
  • You choose a location hint rather than a region, so you cannot prove to an auditor which datacentre holds an object unless you use a jurisdiction restricted bucket, and jurisdictions are limited.
  • Support level follows your Cloudflare account plan rather than the storage spend, so a team on a low tier account gets ticket support with no storage specific SLA, and an R2 incident is a Cloudflare incident you cannot fail over from because the free egress only exists inside Cloudflare.

Rook

  • Rook automates Ceph but does not abstract it, so an incident still demands Ceph expertise, and organisations without it end up hiring consultants at exactly the wrong moment.
  • There is no vendor and no SLA; the realistic commercial support routes are IBM Red Hat OpenShift Data Foundation or an independent Ceph consultancy, both of which change the cost picture entirely.
  • Ceph is resource hungry, needing substantial memory and dedicated disks per OSD, so the hardware cost of a properly sized cluster is often underestimated.
  • Recovery and rebalancing after a disk or node failure generates heavy background input and output that can degrade application performance for hours, which surprises teams sizing for steady state.
  • Minimum viable clusters require several nodes with several disks each, so it is impractical at small scale and the entry hardware cost exceeds simpler alternatives.

Pricing, plan by plan

Cloudflare R2

Free
  • Free tierFree
    • 10 GB stored per month
    • 1 million Class A operations
    • 10 million Class B operations
  • Standard$0.015/month
    • Per gigabyte stored per month
    • 4.50 USD per million Class A operations
    • 0.36 USD per million Class B operations
  • Infrequent Access$0.01/month
    • Per gigabyte stored per month
    • Per gigabyte data retrieval fee
    • Thirty day minimum storage duration

Rook

Free
  • RookFree
    • Apache 2.0 licensed, no licence fee
    • Graduated CNCF project
    • Community support via GitHub and Slack only

Which should you pick?

Choose Cloudflare R2 if

  • You need zero egress billing.
  • You want to start without paying.
  • You work on Web, API.
  • You also want s3 api compatibility.

Choose Rook if

  • You need ceph operator.
  • You want to start without paying.
  • You work on Linux, Kubernetes.
  • You also want block, file and object.

Questions people ask

Is Cloudflare R2 or Rook better?
Neither clearly leads. Cloudflare R2 starts at Free and Rook at Free, and user ratings are close enough to be indistinguishable. Choose on capability and platform support.
Which is cheaper, Cloudflare R2 or Rook?
Cloudflare R2 starts at Free and Rook at Free.
Does Cloudflare R2 or Rook run on more platforms?
Cloudflare R2 runs on Web, API. Rook runs on Linux, Kubernetes.
Can I use Cloudflare R2 for free?
Both have a free tier, so you can try either at no cost before committing.
What is Cloudflare R2 best used for?
Cloudflare R2 is most often used for serving a large media or asset library to the public where transfer out, not storage, is the dominant cost, hosting a container or artefact registry that thousands of ci runners pull from every day, distributing model weights or open datasets that are downloaded far more often than they are updated, moving off s3 specifically to stop paying data transfer charges on a read heavy bucket. Of those, serving a large media or asset library to the public where transfer out, not storage, is the dominant cost and hosting a container or artefact registry that thousands of ci runners pull from every day are not what Rook is typically brought in for.
What can Cloudflare R2 do that Rook cannot?
Cloudflare R2 covers Zero egress billing, S3 API compatibility, Worker binding, Jurisdictional restriction. Rook covers Ceph operator, Block, file and object, Erasure coding, CSI driver.

Answered from the vendors’ own pages

Cloudflare R2: Is egress really free, with no hidden transfer charge?

Yes for data served out of R2 to the internet. You still pay per operation for the requests that serve it, and if you pull data into R2 from another provider you pay that provider the egress on the way in.

Rook: Who supports it in production?

Nobody by default. IBM sells Red Hat OpenShift Data Foundation, which is supported Rook and Ceph, and independent consultancies sell Ceph support. Decide this before deployment.

Cloudflare R2: How does the total cost compare with S3 for a public download bucket?

Storage is more expensive per terabyte than S3 Infrequent Access, but S3 charges roughly 90 USD per terabyte served. Any bucket that serves more than about a fifth of its stored volume each month is cheaper on R2.

Rook: Does it need Ceph knowledge?

Yes. Rook handles deployment and routine operations, but troubleshooting a degraded cluster is a Ceph skill and there is no way around it.

Cloudflare R2: Can I use R2 without using the rest of Cloudflare?

Yes, it works through the plain S3 API from anywhere. You lose the Worker binding and the free CDN caching in front of it, which is where a lot of the practical benefit sits.

Rook: Can it replace an object storage appliance?

Functionally yes, through the RADOS gateway, but you take on the operations that an appliance vendor would otherwise carry.

Cloudflare R2: Does R2 have a cold archive class like Glacier?

No. Infrequent Access is the coldest tier, at two thirds of the Standard rate plus retrieval fees.

Share

Related pages

Other head to heads