TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Getting Started with Firecracker on Raspberry Pi

85 点作者 sairamkunala超过 4 年前

7 条评论

mjb超过 4 年前
Fun article!<p>I <i>really</i> don&#x27;t like that diagram. The folks doing serverless work at University of Wisconsin-Madison generally do a good job, but they really whiffed on that one.<p>I don&#x27;t think there&#x27;s a reasonable sense in which KVM&#x2F;Qemu moves more functionality to the guest kernel than KVM&#x2F;Firecracker does. Both depend on the guest kernel for VM setup (KVM), low-level virtualization operations (KVM), and doing the actual IO below their paravirtualized device drivers. On the other end, Linux containers don&#x27;t have a guest kernel (unless you use some kind of library OS). So those boxes should collapse together. If you look at it one way, gVisor <i>is</i> a guest kernel, which depends on the host kernel in fundamentally similar ways to what Firecracker or Qemu do.
评论 #25193006 未加载
avh02超过 4 年前
Unrelated to the content: I dunno what the author&#x2F;site admin has done - but that was one of the fastest loading web pages I&#x27;ve ever seen on my phone.
评论 #25191315 未加载
评论 #25190587 未加载
评论 #25193723 未加载
评论 #25190582 未加载
CapriciousCptl超过 4 年前
To the haters— low-barrier-to-entry tinkering is the sort of thing the raspberry pi is built for. As a semi-practical example use case my raspberry pi 3b runs shairport and pihole in separate docker containers which has been a breeze to configure and has no noticeable slowness. Just being able to try new containers and services without having to worry about messing up your root environment (which would take re imaging the sd card among other things) makes it worth doing for my use. I think if you’re comparing it to a production workload you’re in the wrong ballpark.
评论 #25190769 未加载
anonymousiam超过 4 年前
This OTHER Firecracker is mostly obsolete now, but is still being sold. One could easily interface <i>IT</i> to a RPi as well. <a href="https:&#x2F;&#x2F;www.x10.com&#x2F;cm17a.html" rel="nofollow">https:&#x2F;&#x2F;www.x10.com&#x2F;cm17a.html</a>
baldeagle超过 4 年前
I could see this being useful on a Pi 4 compute (maybe), but all my work with Pis are the Zeros. There just doesn&#x27;t seem like there is enough extra processing overhead to justify the simplification of deploying services instead of imaged OS.
评论 #25189236 未加载
fulafel超过 4 年前
Nice. Any reason this wouldn&#x27;t work on 64-bit Raspbian?
评论 #25192906 未加载
FpUser超过 4 年前
Pi is not exactly speed daemon. I do not see much point in running containers in it. I&#x27;d rather assembler cluster and consider each Pi as a container.
评论 #25189204 未加载
评论 #25191379 未加载
评论 #25195586 未加载
评论 #25189280 未加载