liken is an operating system that boots straight into Kubernetes. The whole system lives in one repository: a Go init, a vendored kernel, and the build that assembles them into a bootable image.
The repository is written to be read. The scripts, manifests, and build files carry comments that explain how a Linux system boots and how Kubernetes takes over from there.
Read it on GitHub. This page is served by a liken cluster built from that repository.
Still to come: released images to download, documentation, and a getting-started path from a blank machine to a running cluster.