Skip to content

mrsimonemms/openfaas-functions

Repository files navigation

OpenFaaS Functions

My collection of OpenFaaS functions

Open in devbox

  • curl -fsSL https://get.jetpack.io/devbox | bash
  • devbox shell
  • make serve

After a few moments, you will have a running Kubernetes cluster with the OpenFaaS gateway available on localhost:8080. To get the username and password, run make openfaas_login.

IMPORTANT You will need to install Skaffold manually. The version in nix is 2.0.2 which has a bug. This is fixed 2.0.4 and above.