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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

State of netbooting Raspberry Pi in 2021

87 点作者 alexellisuk将近 4 年前

12 条评论

krisoft将近 4 年前
This article rambles about everything under the sun and barelly scratches the topic promised in its title.
评论 #28142874 未加载
评论 #28160271 未加载
crispyambulance将近 4 年前
One thing I&#x27;ve always been curious about is hardware for mass-writing of sdcards.<p>I&#x27;ve setup manufacturing stations for this and I&#x27;ve never been able to find truly robust gang-programmers for sdcards. Luckily my stuff was all low volume so it wasn&#x27;t a serious problem.<p>But it seems like there&#x27;s no &quot;manufacturing grade&quot; gang programmers for sdcards. The stuff that is out there is just infinitely re-branded chinese &quot;white-label&quot; hardware-- just a lot of different &quot;vendors&quot; for a few different models of the basically the same hardware.<p>My suspicion for there not being good options for gang-programming of sdcards is that savvy consumer manufacturers have realized what a headache it is to support sdcards in their products from the factory and thus opt to make the sdcard the customer&#x27;s responsibility. In other words, they ship their products without sdcards and just require the customer to purchase the sdcard and program it if needed. I am not sure if my suspicions are justified, can anyone confirm if this is the case?
评论 #28141673 未加载
评论 #28141505 未加载
评论 #28142534 未加载
m1keil将近 4 年前
<i>Fortunately Darren Shepherd came up with a novel idea of taking way the things he didn&#x27;t want in Kubernetes and created a &quot;distro&quot; called K3s (3 is less than 8)</i><p>It&#x27;s not that it is less, &quot;3&quot; is what you get if you take the character &quot;8&quot; and cut it in half vertically.
评论 #28141655 未加载
ac42将近 4 年前
The article has the wrong caption I would think (&quot;running K3s on a bunch of PIs&quot; would be more fitting).<p>Netbooting a bare metal environment is quite straightforward for the PI 3 (dnsmasq has it all) and takes around 15-30 secs.
manuel_w将近 4 年前
SDcards are said to die often&#x2F;easily in Raspberry Pis. I heard someone say they die when there&#x27;s a write access going while the Raspi is taken from power. Is that true? That would mean running a Raspi from SDcard is fine as long as there is no write access happening, which can be done by enabling readonly (root) filesystem.<p>Can anyone comment on that?
评论 #28156019 未加载
评论 #28149906 未加载
moondev将近 4 年前
&gt; &quot;Where kubeadm created a headache for Raspberry Pi, K3s made things simple with an easy boostrap, low resource requirements and a single binary for distribution and updates.&quot;<p>I&#x27;m curious what the headache was. K8S has shipped arm kubeadm and kubelet bins for quite a while.<p>I also don&#x27;t understand how k3s, microkube and others claim to be &quot;lightweight&quot;. Lightweight compared to what? Certainly not upstream kubeadm which is as lightweight a bootstrap as you can get.<p>&gt; &quot;Given how much I&#x27;d liked the Docker experience of &quot;docker swarm init&quot; and &quot;docker swarm join&quot;, I decided to re-create a similar experience for K3s in the k3sup tool&quot;<p>&quot;kubeadm init&quot; and &quot;kubeadm join&quot;
评论 #28140693 未加载
评论 #28140651 未加载
rtpg将近 4 年前
Are RasPi&#x27;s actually performant for this kind of use case? Like relative to just getting a random desktop or server rack... thingy? I can&#x27;t help but feel like at one point you&#x27;re just generating a bunch of garbage&#x2F;wasting energy compared to more performant offerings that might be more efficient all around.<p>Is it price?<p>(Just to be clear, I think &quot;having fun&quot; is a fine excuse to do most stuff, but they&#x27;re talking about &quot;replacing usage of AWS&quot; which sounds a hell of a lot like a serious business thingy)
评论 #28140689 未加载
josteink将近 4 年前
Odd to see using UEFI to NetBoot not considered an option at all.<p>It should eliminate whatever timing-bugs you have and leave you in a more reliable (and scriptable!) pre-boot environment. What more do you need?!?<p>Both the RPi3 and 4 can be UEFI booted, so this is definitely a real-world option.<p>Links:<p>- <a href="https:&#x2F;&#x2F;github.com&#x2F;pftf&#x2F;RPi3" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;pftf&#x2F;RPi3</a><p>- <a href="https:&#x2F;&#x2F;github.com&#x2F;pftf&#x2F;RPi4" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;pftf&#x2F;RPi4</a>
mlyle将近 4 年前
The BitScope racks are neat, but the thing that makes me sad about Pi is that there&#x27;s no way to network from the 40 pin connector that would be reasonable to tie this all together. So you need a separate network infrastructure and a network cable to each pi.
评论 #28140784 未加载
评论 #28140486 未加载
评论 #28140489 未加载
AndrewSChapman将近 4 年前
Something I&#x27;d like to know, if you&#x27;re moving off AWS and using your own raspberry pi cluster, what would you do to provide a performant MySQL DB for example? I can&#x27;t imagine that trying to run a high performance mysql instance on a PI makes sense. So would you still want an old-school rack server with RAID and all the rest to be your DB server?
评论 #28141205 未加载
villgax将近 4 年前
Hey Alex, that was quite a writeup up it didn&#x27;t really touch upon what exactly did you flash &amp; where did it get flashed?
评论 #28141518 未加载
评论 #28141679 未加载
amelius将近 4 年前
How fast can a Pi boot? Are they suitable for embedded environments where &quot;instant&quot; booting is required? Are there any alternatives which run Linux with graphics which can boot faster?
评论 #28153196 未加载
评论 #28141092 未加载