youtube image
From YouTube: OpenShift 4 Full Serverless Workflow: Knative Eventing, Serving, and Building

Description

In this video we focus on a Serverless workflow within Kubernetes, specifically Knative running within OpenShift 4. We begin the workflow by building our application with Knative's build component. utilizing a CICD pipeline and OpenShift's native build system. We then run our application using Knative Serving, which will dynamically scale our application based on current load. We then check out Knaitve eventing to capture emited message bus events through our subscription. Later in the video we find a bug within our application and we inspect how to best roll out the fix using a canary release which allows us to slowly validate the fix. Finally, we stop the traffic flow to our KService and show our application scaling down to zero, actively waiting for traffic to come to it.