emc-advanced-dev / unik
- вторник, 5 июля 2016 г. в 03:14:01
Go
The Unikernel Compilation and Deployment Platform
UniK (pronounced you-neek) is a tool for compiling application sources into unikernels (lightweight bootable disk images) rather than binaries.
UniK runs and manages instances of compiled images across a variety of cloud providers as well as locally on Virtualbox.
UniK utilizes a simple docker-like command line interface, making building unikernels as easy as building containers.
UniK is built to be easily extensible, allowing (and encouraging) adding support for unikernel compilers and cloud providers. See architecture for a better understanding of UniK's pluggable code design.
To learn more about the motivation behind project UniK, read our blog post or watch session.
To stay up-to-date on UniK, follow us @ProjectUnik and join us on our slack channel
Due to the frequency with which features and patches are applied to UniK, we have decided to list these changes by date an unversioned changelog.
We are looking for community help to add support for more unikernel types and languages.
unik pull
& unik push
&& unikhub for sharing unikernel imagesUniK is still experimental! APIs and compatibility are subject to change. We are looking for community support to help identify potential bugs and compatibility issues. Please open a Github issue for any problems you may experience, and join us on our slack channel
UniK would not be possible without the valuable open-source work of projects in the unikernel community. We would like to extend a special thank-you to rumpkernel, deferpanic, and cloudius systems.