Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Tutorials¶
https://
https://
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
Install OpenFaaS CLI¶
:::bash
curl -sL https://cli.openfaas.com | sudo shYou can also use the following command to install faas-cli on macOS.
:::bash
brew install faas-clifaas-cli --help
References¶
https://