HackerTrans
トップ新着トレンドコメント過去質問紹介求人

utam0k

no profile record

投稿

Behind the Scenes of OSS Vulnerability Response

utam0k.jp
2 ポイント·投稿者 utam0k·7 か月前·0 コメント

Youki v0.1.0, a container runtime in Rust that can be used with K8s is available

github.com
2 ポイント·投稿者 utam0k·3 年前·0 コメント

Youki v0.4.0, a container runtime in Rust, has been released

github.com
3 ポイント·投稿者 utam0k·4 年前·0 コメント

Youki's v0.0.3 with WASM support, a container checkpoint support

github.com
2 ポイント·投稿者 utam0k·4 年前·1 コメント

WASM Support by Container Runtime

twitter.com
4 ポイント·投稿者 utam0k·4 年前·1 コメント

Hello, youki Faster container runtime is written in Rust

utam0k.jp
3 ポイント·投稿者 utam0k·5 年前·0 コメント

Youki – a container runtime in Rust that has passed all tests provided by OCI

twitter.com
9 ポイント·投稿者 utam0k·5 年前·0 コメント

Rust.Tokyo 2021

rust.tokyo
2 ポイント·投稿者 utam0k·5 年前·0 コメント

Youki – OCI container runtime with support for cgroup2 written in Rust

github.com
3 ポイント·投稿者 utam0k·5 年前·2 コメント

A tutorial on how to experience container technology on the web using gitpod

github.com
3 ポイント·投稿者 utam0k·5 年前·0 コメント

containers/youki – A container runtime written in Rust

github.com
2 ポイント·投稿者 utam0k·5 年前·0 コメント

Show HN: Youki – A Container Runtime in Rust

github.com
1 ポイント·投稿者 utam0k·5 年前·0 コメント

My first step into the container world in 2021

utam0k.medium.com
3 ポイント·投稿者 utam0k·5 年前·0 コメント

Show HN: Youki, a container runtime in Rust, passed the default tests

4 ポイント·投稿者 utam0k·5 年前·0 コメント

コメント

utam0k
·3 年前·議論
I am the author of this. Safety is one. Recently, another strength is Wasm support ;) youki has been an important key person for Wasm support in K8s.
utam0k
·5 年前·議論
Your comments are very encouraging to me. Thank you very much.
utam0k
·5 年前·議論
Yes, more detail is written in README. https://github.com/containers/youki#about-the-name
utam0k
·5 年前·議論
Thanks a lot. As I'm not a native English speaker, I'm not confident in my writing.
utam0k
·5 年前·議論
Hi! Thanks for your comment. Some people are now interested in it and are considering using it as a library. For example, I don't know the details, but they are considering using some of youki's libraries in kata-container. The most difficult part is that even if it meets the OCI Runtime specification, it doesn't work in the real world. In fact, the runc code is the specification.
utam0k
·5 年前·議論
We have prepared mdbook for container runtime learners. Please take advantage of it if you like. https://containers.github.io/youki/
utam0k
·5 年前·議論
Kernel calls and cgroupfs are the main functions we use. cgroupfs is a file system, so it only reads and writes to files. I think it can do simple things. Of course, I started out with something very simple. It's fun to do just a little bit.
utam0k
·5 年前·議論
Thanks for your interest! The container runtime is software that uses the linux kernel feature cgroup/pivot_root/namespace to provide a space for processes to run in isolation from the host. There is a specification called OCI Runtime that describes it in more detail.
utam0k
·5 年前·議論
Thanks for your comment. Although I agree with you, I don't have a permission to rename it &-(
utam0k
·5 年前·議論
Hi! I am the author of youki. Please let me know if you have any questions.
utam0k
·5 年前·議論
He seems to be devloping some other great software with Rust. Awesome. https://github.com/TaKO8Ki/frum - A little bit fast and modern Ruby version manager written in Rust

This is not software, but he seems to be maintaining it. https://github.com/TaKO8Ki/awesome-alternatives-in-rust