k7d v0.1.0
First release of k7d — a purpose-built microVM runtime for Kubernetes sandboxes: sub-second VM boot, CoW memory forks, snapshot trees, and a containerd shim (runtimeClassName: k7).
Install
curl -LO https://github.com/Katakate/k7d/releases/download/v0.1.0/k7d-v0.1.0-x86_64-linux.tar.gz
tar xzf k7d-v0.1.0-x86_64-linux.tar.gz && cd k7d-v0.1.0-x86_64-linux
sudo ./install.sh # add --with-k3s to register the RuntimeClassRequires Linux x86_64 with KVM (/dev/kvm). The tarball ships k7d, containerd-shim-k7-v1, the guest kernel, initramfs, and install.sh.
For the full sandbox platform (Kubernetes orchestration, CLI/API/SDK), see Katakate/k7 and the docs at docs.katakate.org.