Deployment guide for OpenShift 3.11

    You can deploy OpenFaaS to OpenShift 3.11 in a container for development and testing.

    Tutorial: by Alex Ellis

    OpenFaaS deploys to two projects (also):

    • - core components

    Once you have deployed OpenFaaS you can create a route to access your gateway and the UI.

    1. apiVersion: route.openshift.io/v1
    2. kind: Route
    3. metadata:
    4. name: openfaas
    5. namespace: openfaas
    6. tls:
    7. termination: edge
    8. to:
    9. kind: Service
    10. name: gateway
    11. wildcardPolicy: None

    See also: template YAML files with helm.