Hacker News new | past | comments | ask | show | jobs | submit login

> Self-hosted FaaSes open up the possibility of setting your own policy for trading latency against idle cost

if you already have a K8s cluster it's probably cheaper to just create your application regulary and use it like that. No need to use a FaaS which complicates your whole setup for no additional benefit.




Self-hosted isn't free either. You're still paying for resources when they're idle. The difference is that you can decide on whether to scale down to 1 or not.

As it happens Riff and most other FaaS projects are built on kubernetes.


> Self-hosted isn't free either. You're still paying for resources when they're idle.

I still have these resources idle, when I use Riff.


I think we have different meanings of "idle". There's idle in the sense of "this resource is reserved but not in use" and idle in the sense of "this resource is not reserved and can be used elsewhere".

Most folk want cold starts for economic reasons and warm starts for performance reasons. In a hosted setting you can't truly set your policy, you can only try to encourage by external stimuli.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: