Create an OpenShift Serverless Function
serverless feature image

Create an OpenShift Serverless function

A Function as a Service (FaaS) object can be used to process data on an as-needed basis, with the function shutting down after a period of time if not used. Using a service in this way enables to you limit costs, since you only pay for the CPU cycles when you actually need them.

In the world of Kubernetes, Knative is the technology that is most commonly used to implement the FaaS pattern. Red Hat OpenShift implements the FaaS pattern using Knative via the Red Hat OpenShift Serverless operator.​​​​​​

Ready to learn more?

Explore other serverless and Knative resources from Red Hat Developer.