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
Install OpenFaaS CLI
curl -sL https://cli.openfaas.com | sudo sh
You can also use the following command to install faas-cli on macOS.
brew install faas-cli
faas-cli --help
References
https://www.youtube.com/watch?time_continue=6&v=LQa8-JvIeWA&feature=emb_logo