Canonical Launches MicroK8s
Deploy Kubernetes in a few seconds.
Canonical, the parent company of Ubuntu, has announced MicroK8s, a snap package of Kubernetes that supports more than 42 flavors of Linux.
MicroK8s further simplifies the deployment of Kubernetes with its small disk and memory footprint. Users can deploy Kubernetes in a few seconds. It can run on the desktop, the server, an edge cloud, or an IoT device.
Snap is a self-contained app package solution created by Canonical that competes with Flatpak, which is backed by Red Hat and Fedora. Snap offers macOS and Windows-like packages with all dependencies bundled with it. A snap package of Kubernetes means any Linux distribution that supports Snap can benefit from MicroK8s
All it takes to deploy MicroK8s is this command:
sudo snap install microk8s --classic
Canonical said in a press release the benefits of providing MicroK8s as a snap include automatic updates and well-defined security capabilities. Automatic updates ensure developers are always working from the latest upstream Kubernetes with binaries delivered directly from the source and configured in seconds.