If my math is not wrong, running a single “standard” container during 1 month (non-stop) would cost ~55$. This looks extremely expensive for anything other than a simple demo/toy project. I can’t think of a reason I’d use this for heavy services instead of using [anything else]. Maybe I’m not seeing the use-case?
A 1 CPU + 2 GB of RAM + 50 GB ephemeral storage on Cloudflare Containers is $74.90. The same on Fly Machines is $31.00 (performance-1x, varies by region). Fly Machines has the same sleeping functionality as Cloudflare. Rivet Containers also has a similar price point of $29.40, but takes a different approach to sleeping (opts for optimizing coldstarts + autoscaling over snapshotting). (I work at Rivet)
Containers are available in public beta for simple, and programmable compute
11–20 of 23 posts
Re: Containers are available in public beta for simple, and programmable compute
#12Re: Containers are available in public beta for simple, and programmable compute
#13Re: Containers are available in public beta for simple, and programmable compute
#14Re: Containers are available in public beta for simple, and programmable compute
#15Earlier quoted context omitted.
I don't think you can calculate the cost of serverless compute this way. What containers do you have that run "non-stop"? If the container doesn't run any workloads, it doesn't cost you anything. Most of the compute i pay for sit idle most of the time. This is amazing pricing.
Say I want to deploy a service that is currently receiving 1rps at a constant rate, no upticks, no gaps. Wouldn’t that be the cost? If the answer is “yes”, then no, that is a terrible pricing.
Re: Containers are available in public beta for simple, and programmable compute
#16If my math is not wrong, running a single “standard” container during 1 month (non-stop) would cost ~55$. This looks extremely expensive for anything other than a simple demo/toy project. I can’t think of a reason I’d use this for heavy services instead of using [anything else]. Maybe I’m not seeing the use-case?
It seems like always-on containers are not viable on this, so what's the point?
Re: Containers are available in public beta for simple, and programmable compute
#17Earlier quoted context omitted.
Say I want to deploy a service that is currently receiving 1rps at a constant rate, no upticks, no gaps. Wouldn’t that be the cost? If the answer is “yes”, then no, that is a terrible pricing.
Realistically, almost nobody has this type of usage. And for those that do, yes, serverless autoscaling up from zero is not appropriate.
Re: Containers are available in public beta for simple, and programmable compute
#18If my math is not wrong, running a single “standard” container during 1 month (non-stop) would cost ~55$. This looks extremely expensive for anything other than a simple demo/toy project. I can’t think of a reason I’d use this for heavy services instead of using [anything else]. Maybe I’m not seeing the use-case?
Re: Containers are available in public beta for simple, and programmable compute
#19Think CF lets you rate limit right?some form of it seems necessary with those egress rates
Re: Containers are available in public beta for simple, and programmable compute
#20So can we now host a whole website distributed in all regions on the edge with Cloudflare workers + containers ?