Microk8s is a kubernetes cluster delivered as a single snap package, and can be installed on any Linux distribution supported by snaps (https://snapcraft.io/). Microk8s is small and simple to install, and is a great way to stand up a cluster quickly for development and testing. Try it on your laptop!
snap install microk8s --classic --beta
1.11 Release Changelog
- New ingress controller addon -
microk8s.enable ingress
- creates an ingress controller - New storage addon -
microk8s.enable storage
- creates a default storage class using hostpath-provisioner and a directory on the host - New command:
microk8s.reset
- stops all running pods, deployments, services, and daemons - New command:
microk8s.config
- outputs the config used bymicrok8s.kubectl
- Bug fix: Clean up snap removal
- Bug fix: Add Ubuntu Trusty (14.04) support
For more information on microk8s, or to contribute to the project, check out the repo at https://github.com/juju-solutions/microk8s, or chat with us on the Kubernetes Slack (https://k8s.slack.io), in the #microk8s channel!