5 ms·
Boot times are pretty important for serverless environments. Alpine, which uses musl, is very popular in those situations.
by zja 2y ago
Boot times are pretty important for serverless environments. Alpine, which uses musl, is very popular in those situations.
- blueflow 2y agoI thought serverless environments are containers and thus don't need to boot?
- amaccuish 2y agoThey still have a userspace to bring up.
- djbusby 2y agoAnd don't need systemd for that.
- tuetuopay 2y agonowadays serverless environments are microvms. that is, a standard machine type that is explicitly virtual (so device drivers have no wait time for hw to init). however, they don't either need userspace to boot because the function/application/whatever is likely init itself or not far off. so they need to boot, but only the kernel needs to boot.