utam0k
|
2 years ago
|
on: Youki: A container runtime written in Rust
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
|
4 years ago
|
on: Hello, Youki
Your comments are very encouraging to me. Thank you very much.
utam0k
|
4 years ago
|
on: Hello, Youki
utam0k
|
4 years ago
|
on: Hello, Youki
Thanks a lot. As I'm not a native English speaker, I'm not confident in my writing.
utam0k
|
4 years ago
|
on: Hello, Youki
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
|
4 years ago
|
on: Hello, Youki
utam0k
|
4 years ago
|
on: Hello, Youki
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
|
4 years ago
|
on: Hello, Youki
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
|
4 years ago
|
on: Hello, Youki
Thanks for your comment. Although I agree with you, I don't have a permission to rename it &-(
utam0k
|
4 years ago
|
on: Hello, Youki
Hi! I am the author of youki. Please let me know if you have any questions.
utam0k
|
4 years ago
|
on: Gobang – Cross-platform TUI database management tool written in Rust
utam0k
|
7 years ago
|
on: Show HN: Toy C Compiler written in Rust
utam0k
|
7 years ago
|
on: 9cc: A Small C Compiler
utam0k
|
7 years ago
|
on: Show HN: Open-sourcing my wedding website on my first anniversary
Congrats!
Thanks to this I made happy mood from morning.
utam0k
|
7 years ago
|
on: Show HN: Git-bars – Utility to visualize commit counts on the terminal
This is a lot of fun.
Can this make the weekend a special color?
utam0k
|
7 years ago
|
on: Ask HN: Which are the best written tutorials you have seen till now?
Yes.
I did not remember tutorial's name, but I found it when I searched.
I think it is easy to understand.
https://tour.golang.org/
utam0k
|
7 years ago
|
on: Aminal: Golang terminal emulator from scratch
> Retina display support
I want to know what is difficult to support this.
utam0k
|
7 years ago
|
on: Hiroshima (1946)
I am in Shimane prefecture above Hiroshima.
Because it is near, I often go to Hiroshima.
I have been to Hiroshima Peace Memorial Park.
utam0k
|
7 years ago
|
on: Ask HN: Which are the best written tutorials you have seen till now?
Go lang turorial.
It is very good to learn while running source codes.
utam0k
|
7 years ago
|
on: Ask HN: What is your 2019 book reading list?
I would like to know that it was good in 2019 for books related to OS.