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.

Lightweight Kubernetes Operators with WebAssembly – FOSDEM 2023 [video]

62 pointsby mesebrecover 2 years ago

7 comments

mesebrecover 2 years ago
If you prefer to read, this blogpost explains the same project: <a href="https:&#x2F;&#x2F;merlijn.sebrechts.be&#x2F;blog&#x2F;2022-09-05-wasm-k8s-controllers&#x2F;" rel="nofollow">https:&#x2F;&#x2F;merlijn.sebrechts.be&#x2F;blog&#x2F;2022-09-05-wasm-k8s-contro...</a>
评论 #34669634 未加载
评论 #34667649 未加载
pmigover 2 years ago
We are currently developing a Kubernetes operator in Kotlin and exploring methods the reduce memory footprint. Graal Native gives us a reduction from 400mb to less than 200mb. But seeing your numbers it still seems bloated.
评论 #34669452 未加载
评论 #34671554 未加载
Thaxllover 2 years ago
I don&#x27;t understand how using WebAssembly can reduce memory consumption since container runtime don&#x27;t add any. Running your app natively or in Docker should not change the memory usage.
评论 #34671779 未加载
kinclover 2 years ago
If one of the main advantages is being able to suspend to disk why not just implement CRIU (Checkpoint&#x2F;Restore In Userspace) in Kubernetes?
评论 #34671585 未加载
imglorpover 2 years ago
Wasmtime didn&#x27;t mention unloading of code. Where is that coming from? I&#x27;m interested to apply that elsewhere!
评论 #34671910 未加载
otohpover 2 years ago
I dont understand why you would want to run k8s on an embedded device on the edge? What problem is this solving?
politelemonover 2 years ago
&gt; Why<p>&gt; Developers want to use Kubernetes in the edge<p>Why?
评论 #34670521 未加载
评论 #34670128 未加载