Comment by debarshri
2 months ago
I am writing kubernetes compatible single binary service for various runtimes in rust [1].
Currently supports docker, containerd, wasm runtimes. I am adding support for jvm and kvm, etc. Works as is in macos. There is mock runtime too to mock it for various testing various distributed services etc.
It is a fun little experimental project.
Have you seen rusternetes?
https://github.com/calfonso/rusternetes
I picked Rust as my language before the AI hype in popularity so I'm biased on k8s tooling in my focus language.
Cool project!
This is interesting. I am trying to k3s equivalent essentially. Not a full implementation.