Ben Chuanlong Du's Blog

It is never too late to learn.

Tips on OpenFaaS

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

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

helm

OpenFaaS Workshop

Comments