---
title: Addon:OpenFaaS
description: Canonical makes open source secure, reliable and easy to use, providing
  support for Ubuntu and a portfolio of enterprise-grade technologies. Founded in
  2004, Canonical operates globally with team members in over 80 countries.
url: https://canonical.com/microk8s/docs/addon-openfaas?format=md
---

*Submit*

# Addon:OpenFaaS

Homepage: **<https://www.openfaas.com/>**
From MicroK8s version: **1.21+**
Supported arch: **amd64**

[OpenFaaS](https://www.openfaas.com/), the popular serverless framework, can be enabled with:

```
microk8s enable openfaas
```

Disable basic auth using the `--no-auth` flag.
If you would like to use the OpenFaaS Operator mode, use `--operator` .

Further customize the installation by passing a values file using

```
microk8s enable openfaas -f values.yaml
```

The possible values are documented [here](https://github.com/openfaas/faas-netes/tree/master/chart/openfaas#configuration).

Last updated 5 years ago. [Help improve this document in the forum](https://discuss.kubernetes.io/t/addon-openfaas/14981).
