---
title: MicroK8s in the Wild
description: MicroK8s is being used in interesting projects all over the world. Learn
  how to install MicroK8s, what it can do for you and how it is being used by others.
url: https://canonical.com/blog/microk8s-in-the-wild?format=md
---

1. [Blog](https://canonical.com/blog)
2. Article

---

[Konstantinos Tsakalozos](https://canonical.com/blog/author/kos-tsakalozos "More about Konstantinos Tsakalozos")

28 March 2019

# MicroK8s in the Wild

[container orchestration](https://canonical.com/blog/tag/container-orchestration)
[containers](https://canonical.com/blog/tag/containers)
[kubernetes](https://canonical.com/blog/tag/kubernetes)
[MicroK8s](https://canonical.com/blog/tag/microk8s)

---

Share the article

Canonical released MicroK8s in December 2018, and as its popularity has grown, some interesting projects using this micro Kubernetes distribution have surfaced.

To begin with a little background, [Kubernetes](https://kubernetes.io/) is an open source container orchestrator that assists with deploying, upgrading and provisioning applications. Kubernetes is unique in that all the major players – Google, Microsoft, IBM, Amazon, etc. – have embraced a single framework, making it an unofficial standard.

[MicroK8s](https://microk8s.io/) is a [snap package](https://snapcraft.io/microk8s) distribution of Kubernetes that sets up a cluster on your machine. Kubernetes clusters are commonly used for local development and CI/CD, and all it takes to get started is:

```
sudo snap install microk8s --classic
```

Please note that if you are on a Mac or Windows you will need a [Linux VM](https://itnext.io/microk8s-on-macos-98f1de3aa63e).

MicroK8s is now being used for a wide variety of projects, enabling the development of serverless frameworks, reclaiming unused memory, AI/ML and many other interesting use cases covered in the highlights below. Please note that this is not a complete list of MicroK8s use cases, simply a few projects I am aware of.

### [Spring Cloud Kubernetes](https://github.com/spring-cloud/spring-cloud-kubernetes)

This project, introduced in this [Pull Request,](https://github.com/spring-cloud/spring-cloud-kubernetes/commit/9f02f7e7533b36e4f3e03b8918acc4dbf4a95444) uses [CircleCI](https://circleci.com/) for CI/CD, facilitating the running of Spring Cloud and Spring Boot applications inside Kubernetes.

In this use case, K8s provides a local Kubernetes cluster for [integration testing](https://github.com/spring-cloud/spring-cloud-kubernetes/tree/master/spring-cloud-kubernetes-integration-tests) using the kubeconfig file and the socket to dockerd. The addons enabled are DNS, the Docker registry and Istio.

Incentivised by this project, the `microk8s.status` command was added in order to wait for the cluster to come online. As an example, you can wait up to five minutes for MicroK8s to come up with:

```
microk8s.status --wait-ready --timeout=300
```

### [OpenFaaS on MicroK8s](https://johnmccabe.net/technology/projects/openfaas-on-microk8s/)

The mission of the OpenFaas® project is to make serverless functions simple using portable Docker containers to run on any cloud, avoiding lock-in and infrastructure complexity.

With this project, the MicroK8s supplied registry add-on can be used when deploying OpenFaaS, proving a fast and easy K8s deployment.

I learned about this use case from John McCabe, whom I met at Configuration Management Camp, who “was blown away by the speed and ease with which I could get a basic lab environment up and running,” a quote from his blog post on the topic – “[Deploy OpenFaaS with MicroK8s](https://johnmccabe.net/technology/projects/openfaas-on-microk8s).”

### [Serverless Solutions with MicroK8s and Kubeless](https://itnext.io/files-upload-from-kubeless-on-microk8s-to-minio-607e06598a4b)

The ease of deployment provides a good base for quick development of serverless frameworks, as several users have shared insight on using Kubeless solution on Kubernetes.

In one user’s test using these tools, the serverless platform was up and running in five minutes on their laptop following simple install and configuration steps.

Learn more about these projects here:

* “[Serverless MicroK8s Kubernetes](https://medium.com/@bluszcz/serverless-microk8s-kubernetes-fcd6b875cd33)“
* “[Files upload from Kubeless on MicroK8s to Minio](https://itnext.io/files-upload-from-kubeless-on-microk8s-to-minio-607e06598a4b)“

### [SUSE Cloud Application Platform (CAP) on Microk8s](https://dimitris.karakasilis.me/2019/01/27/scf-on-microk8s.html)

In order to run components of SUSE Cloud Application Platform (CAP), Dimitris Karakasilis was looking to use Kubernetes for local development and decided to give MicroK8s a try.

“The idea was very appealing to me because they use your machine’s resources without you having to decide on a VM size beforehand,” Karakasilis said [in his blog post on this topic](https://dimitris.karakasilis.me/2019/01/27/scf-on-microk8s.html).

He further explained to me that his application was putting significant pressure on memory only during bootstrap, whereas with MicroK8s he was able to reclaim the unused memory after the initialization phase.

### [Kubeflow](https://www.kubeflow.org/docs/started/getting-started-multipass/)

Kubeflow is the missing link between [Kubernetes and AI/ML](https://dimitris.karakasilis.me/2019/01/27/scf-on-microk8s.html) as it provides an easy, flexible and scalable way to deploy machine learning (ML) workflows on Kubernetes.

With MicroK8s, you can quickly run Kubeflow locally with all of its default core components. This use case can help with cluster set up, ensuring the machines deploying Tensorflow, for example, are aligned.[T](https://transcrob.es/post/single-user-prod-microk8s/)

#### Summary

We have seen a number of interesting use cases that include CI/CD, Serverless programming, lab setup and application development. If you have an interesting use case, please share it with us in #microk8s on the [Kubernetes slack](https://kubernetes.slack.com/) and/or issue a Pull Request against our [MicroK8s In The Wild](https://github.com/ubuntu/microk8s/blob/master/docs/community.md) page.

## Sign up for our newsletter

Get the latest Canonical news and updates in your inbox.

Work email:

\*I agree to receive information about Canonical's
products and services.

By submitting this form, I confirm that I have read and agree to [Canonical's Privacy Policy](https://canonical.com/legal/dataprivacy).

Sign up

## Share on

---

## Related posts

[### How to set up a micro lab: four principles for a reliable homelab](https://canonical.com/blog/how-to-set-up-a-reliable-homelab)

After over a decade of running a homelab, I have learned a few difficult lessons. Although it begins as a “lab,” you inevitably end up with something you want to keep. If a...

[Jake Nabasny](https://canonical.com/blog/author/slapcat)

17 March 2026

[### Canonical partners with Snyk for scanning chiseled Ubuntu containers](https://canonical.com/blog/canonical-partners-with-snyk-for-scanning-chiseled-ubuntu-containers)

Canonical, the publisher of Ubuntu, is pleased to announce a new partnership with developer-focused cybersecurity company Snyk. Snyk Container, Snyk’s container security...

[Canonical](https://canonical.com/blog/author/canonical)

20 March 2026

[### Deploy your Spring Boot application to production](https://canonical.com/blog/deploy-spring-application-to-production)

In this article we walk through the steps required to deploy a Spring Boot application to production using Juju and Kubernetes. The goal is to showcase the integration of the...

[Javier de la Puente](https://canonical.com/blog/author/javierdelapuente)

13 January 2026

[### Harnessing the potential of 5G with Kubernetes: a cloud-native telco transformation perspective](https://canonical.com/blog/harnessing-the-potential-of-5g-with-kubernetes-a-cloud-native-telco-transformation-perspective)

Telecommunications networks are undergoing a cloud-native revolution. 5G promises ultra-fast connectivity and real-time services, but achieving those benefits requires an...

[Benjamin Ryzman](https://canonical.com/blog/author/benjaminryzman)

10 December 2025
