Openshift

What is OpenShift Serverless?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

  • In general 'serverless' is a cloud computing model where scaling and provisioning is taken care for application developers, so they can focus on the development aspect rather infrastructure related tasks
    • OpenShift Serverless allows you to dynamically scale your applications and provides the ability to build event-driven applications, whether the sources are on Kubernetes, the cloud or on-premise solutions
    • OpenShift Serverless is based on the Knative project.