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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Unikraft Launches KraftCloud: Never Pay for Idle Again

82 点作者 nderjung大约 1 年前
Hi everyone, it’s Alex, Simon, Felipe and the team from Unikraft.io<p>We have built kraft.cloud, a millisecond cloud platform, where apps and services cold start, scale to zero and autoscale in milliseconds, ensuring you never pay for idle, can efficiently cope with traffic peaks, and don’t have to deal with complex cold start issues.<p>The platform (and we) come from research in the area of lightweight virtualization — trying to ask the question of how efficient cloud platforms could (or should) be while still retaining strong, hardware-level isolation. KraftCloud is the result of this research followed by years of building the Unikraft open source project (www.unikraft.org).<p>KraftCloud is based on unikernels, extremely specialized virtual machines, built on top of the Linux-API compatible Unikraft project. If you’ve heard of unikernels in the past, you’ve likely come across properties like millisecond cold start, small memory consumption, and small TCB, to name a few. You <i>may</i> have also heard of downsides like difficulty using them, debugging them, monitoring them or deploying them in the cloud — we’ve been hard at work tackling these issues.<p>KraftCloud leverages Unikraft unikernels, but also comes with a custom-built controller that can be reactive in millisecond scales and can scale to thousands of instances on a single server. We also have integrations with Dockerfiles, Terraform and Kubernetes, and the ability to deploy within hyperscaler infra. The end result is a platform where<p>- Cold starts take milliseconds (e.g., NGINX boots in 15ms)<p>- Scale to Zero (and scale back up) also takes milliseconds<p>- Autoscale takes milliseconds so you can transparently cope with fast peaks<p>- We can put 1000s of instances on a single server, reducing cost and carbon footprint<p>We’re in closed beta at the moment and are actively handing (free) access tokens via the sign up form here: http:&#x2F;&#x2F;kraft.cloud&#x2F;signup<p>We would really appreciate as much feedback as humanly possible: what you like, what you don’t like, what isn’t clear, what we’re missing, what’s broken, etc (you can find more information in our FAQs: https:&#x2F;&#x2F;unikraft.io&#x2F;faq, or this blog post: https:&#x2F;&#x2F;unikraft.io&#x2F;blog&#x2F;kraftcloud&#x2F;<p>Thanks so much for reading all the way to the end and looking forward to your comments!

11 条评论

krab大约 1 年前
Looks awesome! Trying to use it for a toy project, I realized you almost always need some persistence layer. I see you support volumes and you have some guides about deploying databases. How does that work? Are they also &quot;scale to zero&quot;? Why is Postgres special? Referring to the &quot;contact us&quot; mention.<p>Or if I want to &quot;bring my own DB&quot;, what are the latencies to other providers? Can I somehow host a DB in the same datacenter as you are?<p>What do you recommend for serious usage when I want low latencies app &lt;-&gt; DB and I don&#x27;t want to lose any data? :-)<p>Another question - is there something like cron?
评论 #39904144 未加载
zardozMN大约 1 年前
KraftCloud is pretty awesome! I&#x27;ve only used it for a few days, learning&#x2F;toying around but I will be using it for my next project. I don&#x27;t know the right answer because pricing is hard to figure out. But free to $250 a month is a steep jump. I see myself needing more than free in the near future but $250 a month is a big jump when you&#x27;re talking a small 1 person business. Maybe there could be more incremental tiers or something? A rough guess of a nice pay tier for those who need more than free but not as much as the $250. Maybe something in the $20 to $25 range?
评论 #39934799 未加载
评论 #39976716 未加载
评论 #39934212 未加载
winrid大约 1 年前
You should seriously consider a pay as you go plan that bills by minutes or some metric. This is actually what I was expecting when I went to pricing.
评论 #39903204 未加载
评论 #39903155 未加载
评论 #39976723 未加载
garronej大约 1 年前
This is exiting tech. I tested their button demo at KubeCon. It’s crazy to be able to access a web app that is not running and not even notice that it’s a cold start.
jviotti大约 1 年前
Awesome work! I&#x27;ve been playing around with Unikraft for a while now, support it natively on most of my C++ projects (at <a href="https:&#x2F;&#x2F;github.com&#x2F;sourcemeta">https:&#x2F;&#x2F;github.com&#x2F;sourcemeta</a>) and already deploying a bunch of serious things to KraftCloud. The whole experience is stunning. Very easy to use and VERY fast.
shaqbert大约 1 年前
This looks amazing.<p>1- Is there an option to run your own &quot;kraftcloud&quot; in your own cloud account?<p>2- How does this compare to companies leveraging eBPF to squeeze more performance from the Kernel?
评论 #39904090 未加载
RiyaBisht大约 1 年前
Hail KraftCloud!!!! This brings us more closer to the future of Cloud Computing- Unikernels. Thanks for such amazing supportive open source community-Unikraft. I&#x27;ve been an active member of Unikraft Project on Discord server since last 5-6 months, participating in hackathons and also an applicant of GSoC 2024 Program. Would love to play with the KraftCloud while working on my toy project and provide my feedback.
jokethrowaway大约 1 年前
I take you have different unikernels for different technologies?<p>I pay roughly 50$&#x2F;m for 4 small machines. I need to handle scaling myself but I constantly have requests coming in.<p>If I can cold start my Rust &amp; Python services and scale as much as needed without my intervention, that&#x27;d be great but I doubt it will be competitive on price vs cheap VPS.<p>I wish you all the best and hope you become the new standard!
kevin_nisbet大约 1 年前
This looks awesome, congrats on the launch.<p>I&#x27;ve been pondering this type of issue for awhile, not from an application standpoint, but from a dev environment where I want more resources than my laptop has, but it&#x27;ll be very bursty workloads and I want them to just pause when I&#x27;m not using them. So I&#x27;ll be excited to see how this tech develops... good luck!
gaocegege大约 1 年前
Awesome work! Could you support GPU like modal.com?
评论 #39903280 未加载
fbergen大约 1 年前
Looks great!<p>Would this work for hosting databases too? I found the biggest annoyance and expense on my &quot;infrequently accessed&quot; side projects are databases, which are almost always idle.
评论 #39904280 未加载