Kuasar v0.3.0
Quick Start
Wellcome to the v0.3.0 release of Kuasar!
To make a better user experience, excutable binaries(sandboxer, containerd) and their supported files(containerd config file and image/kernel of Cloud Hypervisor) are packed in the attached artifacts. If you got error in building Kuasar, come and find in this artifacts. Additionally, a source code package including vendor code is also provieded, allowing to build without network.
tar xzvf kuasar-v0.3.0-linux-amd64.tar.gz
mkdir -p /var/lib/kuasar
cp kuasar.img vmlinux.bin config_clh.toml /var/lib/kuasar
Please use our config.toml by passing flag a -c config.toml
to contaienrd, the config.toml is the minimal config for running containerd with Kuasar.
Notable Updates
Optimized Code Organization Structure
Code organization structure in vmm/sandbox
folder was not very clear as there is three sandbox features(cloud_hypervisor, stratovirt and qemu), we have made some optimization to make sandboxer building more clean. See #55.
Support Lightweight Stratovirt Vm
Vmm-sandboxer support starting stratovirt lightweight vm sandbox, which uses lightweight microvm mainboard and mmio bus. #93
What's Changed
- sandbox code optimization by @dierbei in #55
- vmm: support starting stratovirt lightweight vm sandbox by @Vanient in #93
Full Changelog: v0.2.0...v0.3.0