TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

eBPF – The Future of Networking and Security

195 pointsby genbitover 4 years ago

5 comments

Ericson2314over 4 years ago
The future ought to be capabilities. All this policy scripting stuff is just drudgery make-work that gets us nowhere.
评论 #25053853 未加载
评论 #25051419 未加载
ryanmarshover 4 years ago
I'm not an expert in BPF by any means. My gut tells me that the hype of eBPF is an example of Hyrum's law. That is, eBPF will be leveraged beyond its design intent, as an in-kernel JIT engine. This is more a comment on human nature than the technology itself.
评论 #25050897 未加载
评论 #25050959 未加载
tgrafover 4 years ago
Disclaimer: I wrote the post.<p>Happy to answer any questions.
评论 #25051494 未加载
评论 #25055914 未加载
miohtamaover 4 years ago
eBPF is also used high throughput blockchain, Solana<p><a href="https:&#x2F;&#x2F;github.com&#x2F;solana-labs&#x2F;rbpf" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;solana-labs&#x2F;rbpf</a><p>Unlike more common Rust + LLVM + WASM toolchain, Solana smart contracts use Rust + LLVM + eBPF.
评论 #25055615 未加载
ninjhaover 4 years ago
I was under the impression that Cilium was one of the more common choices for Kubernetes CNI but judging by the other comments... maybe not?<p>We’re currently moving to Kubernetes for our infrastructure at the Berkeley OCF (<a href="https:&#x2F;&#x2F;ocf.berkeley.edu&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ocf.berkeley.edu&#x2F;</a>), and picked Cilium for all the networking things.<p>It’s good to see that there’s a company backing it now!