# MicroK8s v1.15 released!

**URL:** https://discuss.kubernetes.io/t/microk8s-v1-15-released/6875
**Category:** Announcements
**Created:** [June 21, 2019, 3:13pm UTC](https://discuss.kubernetes.io/t/microk8s-v1-15-released/6875 "2019-06-21T15:13:03Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![kjackal](https://sea2.discourse-cdn.com/flex016/user_avatar/discuss.kubernetes.io/kjackal/32/1750_2.png) [@kjackal](https://discuss.kubernetes.io/u/kjackal)
#### Post date: [June 21, 2019, 3:13pm UTC](https://discuss.kubernetes.io/t/microk8s-v1-15-released/6875/1 "2019-06-21T15:13:03Z")

</div>

[MicroK8s](https://microk8s.io/) is a Kubernetes cluster delivered as a single snap package - it can be installed on any Linux distribution which supports [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!

```auto

snap install microk8s --classic

```

Most important updates since the last release:

- RBAC support via a simple “microk8s.enable rbac”, courtesy of [@magne](https://github.com/magne).
- Update of the dashboard to 1.10.1 and fixes for RBAC. Thank you [@balchua](https://github.com/balchua).
- [Knative](https://knative.dev/)addon, try it with “microk8s.enable knative”. Thank you [@olatheander](https://github.com/olatheander) for your contribution.
- CoreDNS is now the default. Thanks [@richardcase](https://github.com/richardcase) for driving this.
- [Ingress](https://github.com/kubernetes/ingress-nginx/releases/tag/nginx-0.24.1) updated to 0.24.1 by [@JorritSalverda](https://github.com/JorritSalverda), thank you.
- Fix on socat failing on Fedora by [@JimPatterson](https://github.com/JimPatterson), thanks.
- Modifiable CSR server certificate, courtesy of [@balchua](https://github.com/balchua).
- Use of iptables kubeproxy mode by default.
- User guide moved out of GitHub to [microk8s.io](http://microk8s.io).
- Instructions on how to run [Cilium on MicroK8s](https://docs.cilium.io/en/stable/gettingstarted/microk8s/) by [@joestringer](https://github.com/JimPatterson).

For more information on MicroK8s consult the official [docs](https://microk8s.io/docs/), and to contribute to the project, check out the repo at [https://github.com/ubuntu/microk8s](https://github.com/ubuntu/microk8s), or chat with us on the [Kubernetes Slack](http://slack.kubernetes.io/), in the #microk8s channel!
