Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Tutorials

https://blog.alexellis.io/quickstart-openfaas-cli/

https://www.youtube.com/watch?time_continue=6&v=LQa8-JvIeWA&feature=emb_logo

Deploy OpenFaaS with Kubernetes

Deploy OpenFaaS from static YAML, via helm, or via new YAML files generated with helm template Find your OpenFaaS gateway address Log in, deploy a function, and try out the UI.

Getting started with OpenFaaS on minikube

Deploy OpenFaaS Using helm

Install OpenFaaS CLI

:::bash
curl -sL https://cli.openfaas.com | sudo sh

You can also use the following command to install faas-cli on macOS.

:::bash
brew install faas-cli

faas-cli --help

References

https://www.youtube.com/watch?time_continue=6&v=LQa8-JvIeWA&feature=emb_logo

helm

OpenFaaS Workshop