News, tutorials and case-studies from the OpenFaaS team.
In this tutorial, I’ll show you how to install OpenFaaS Standard or OpenFaaS for Enterprises into a private, airgapped network.
Alex Ellis
Read NowIn this tutorial we’ll show you how to transcribe audio files to text using OpenAI’s whisper model and a function written in Python. We’ll start off with GPU acceleration using an NVIDIA GPU and OpenFaaS installed on a K3s cluster. But we’ll also be showing you how you can run the same code using a CPU, which is more commonly available.
Han Verstraete and Alex Ellis
Read NowOpenAI models can take some time to fully respond, so we’ll show you how to stream responses from functions using Server Sent Events (SSE).
Alex Ellis
Read NowLearn how to take source code from users and generate custom URLs using existing building blocks.
Alex Ellis
Read NowIn this guide we’ll show you how to migrate functions from AWS Lambda to OpenFaaS and Kubernetes running on Akamai Cloud Computing.
Han Verstraete and Alex Ellis
Read NowLearn what changes we made to help a customer scale to 15000 functions and beyond.
Alex Ellis
Read NowConfluent’s hosted Kafka service is a quick and cost effective way to trigger your functions by events
Alex Ellis
Read NowLearn how live reloading and local testing can help you iterate on functions faster with faas-cli.
Han Verstraete
Read NowIn this guide we’ll show you how to setup and configure K3s for production use with Akamai Cloud Computing. Then we’ll set up OpenFaaS so that we can deploy functions to the cluster.
Alex Ellis
Read NowWhether you’re just starting out with OpenFaaS or have been using it for a while, you may be missing out with the Function CRD.
Alex Ellis
Read Now