This repo contains some OpenShift Serverless Quickstarts. A quick start is a guided tutorial with user tasks to be executed using the OpenShift Web Console. They are especially useful for getting started with an application, Operator, or other product offering.
To install on OpenShift, run:
# NodeJS
oc apply -f https://raw.githubusercontent.com/luszczynski/openshift-serverless-quickstart/main/quickstarts/node-faas-quickstart.yaml
# GO
oc apply -f https://raw.githubusercontent.com/luszczynski/openshift-serverless-quickstart/main/quickstarts/go-faas-quickstart.yaml
# Quarkus
oc apply -f https://raw.githubusercontent.com/luszczynski/openshift-serverless-quickstart/main/quickstarts/quarkus-faas-quickstart.yaml
# Python
oc apply -f https://raw.githubusercontent.com/luszczynski/openshift-serverless-quickstart/main/quickstarts/python-faas-quickstart.yaml