Containers are available in public beta for simple, and programmable compute
blog.cloudflare.com
Containers are available in public beta for simple, and programmable compute
1–10 of 23 posts
Re: Containers are available in public beta for simple, and programmable compute
#2Re: Containers are available in public beta for simple, and programmable compute
#3This 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
#4If 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?
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.
Re: Containers are available in public beta for simple, and programmable compute
#5If 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?
This is about using and abusing the _on-demand_ part.
The first example in the Getting started goes with sleepAfter = '10s'.
Re: Containers are available in public beta for simple, and programmable compute
#6If 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?
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.
Re: Containers are available in public beta for simple, and programmable compute
#7Re: Containers are available in public beta for simple, and programmable compute
#8(I work at Rivet)
Re: Containers are available in public beta for simple, and programmable compute
#9Would UDP services and anycast DNS be supported in the future e.g. to be able to run dnsdist or similar services.
Re: Containers are available in public beta for simple, and programmable compute
#10If 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?
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)