HackerTrans
TopNewTrendsCommentsPastAskShowJobs

utam0k

no profile record

Submissions

Behind the Scenes of OSS Vulnerability Response

utam0k.jp
2 points·by utam0k·7 месяцев назад·0 comments

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

github.com
2 points·by utam0k·3 года назад·0 comments

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

github.com
3 points·by utam0k·4 года назад·0 comments

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

github.com
2 points·by utam0k·4 года назад·1 comments

WASM Support by Container Runtime

twitter.com
4 points·by utam0k·4 года назад·1 comments

Hello, youki Faster container runtime is written in Rust

utam0k.jp
3 points·by utam0k·5 лет назад·0 comments

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

twitter.com
9 points·by utam0k·5 лет назад·0 comments

Rust.Tokyo 2021

rust.tokyo
2 points·by utam0k·5 лет назад·0 comments

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

github.com
3 points·by utam0k·5 лет назад·2 comments

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

github.com
3 points·by utam0k·5 лет назад·0 comments

containers/youki – A container runtime written in Rust

github.com
2 points·by utam0k·5 лет назад·0 comments

Show HN: Youki – A Container Runtime in Rust

github.com
1 points·by utam0k·5 лет назад·0 comments

My first step into the container world in 2021

utam0k.medium.com
3 points·by utam0k·5 лет назад·0 comments

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

4 points·by utam0k·5 лет назад·0 comments

comments

utam0k
·3 года назад·discuss
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 лет назад·discuss
Your comments are very encouraging to me. Thank you very much.
utam0k
·5 лет назад·discuss
Yes, more detail is written in README. https://github.com/containers/youki#about-the-name
utam0k
·5 лет назад·discuss
Thanks a lot. As I'm not a native English speaker, I'm not confident in my writing.
utam0k
·5 лет назад·discuss
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 лет назад·discuss
We have prepared mdbook for container runtime learners. Please take advantage of it if you like. https://containers.github.io/youki/
utam0k
·5 лет назад·discuss
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 лет назад·discuss
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 лет назад·discuss
Thanks for your comment. Although I agree with you, I don't have a permission to rename it &-(
utam0k
·5 лет назад·discuss
Hi! I am the author of youki. Please let me know if you have any questions.
utam0k
·5 лет назад·discuss
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