|
|
|
|
|
by debarshri
31 days 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. [1] https://github.com/debarshibasak/superkube |
|
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!