Skip to content

Commit 2640bca

Browse files
authored
Merge pull request #42 from stlankes/k8s
add small section about RustyHermit K8S support
2 parents 59b108a + ab6e25a commit 2640bca

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

content/this-month/2021-01/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,14 @@ Thanks to [@astro](https://github.com/astro) for this contribution!
8080

8181
Even though we still maintain the `cargo-xbuild` crate, we recommend switching to cargo's own `build-std` feature that is always up-to-date with the latest Rust/Cargo changes. We wrote a short guide on how to switch to it, which is available [in our Readme](https://github.com/rust-osdev/cargo-xbuild#alternative-the-build-std-feature-of-cargo).
8282

83+
### [`rusty-hermit`](https://crates.io/crates/rusty-hermit)
84+
85+
RustyHermit is a unikernel targeting a scalable and predictable runtime for high-performance and cloud computing.
86+
This month, we revise the paravirtualized network driver (virtio) and add a simple driver for RTL8139, which Qemu is able to emulate.
87+
With the support of [KubeVirt](https://kubevirt.io), Kubernetes is able to orchestrate RustyHermit applications.
88+
As [simple show](https://rusty-hermit.k8s.eonerc.rwth-aachen.de/) case is explained in [RustyHermit's wiki](https://github.com/hermitcore/rusty-hermit/wiki/RustyHermit-on-K8S).
89+
90+
Thanks to [@tlambertz](https://github.com/tlambertz) and [@mustermeiszer](https://github.com/mustermeiszer) for the contribution!
8391
## Personal Projects
8492

8593
In this section, we describe updates to personal projects that are not directly related to the `rust-osdev` organization. Feel free to [create a pull request](https://github.com/rust-osdev/homepage/pulls) with the updates of your OS project for the next post.

0 commit comments

Comments
 (0)