- Intro
- Brian Tannous, @briantannous
- Dev Advocate, Red Hat OpenShift
- What is Serverless
- Knative
- Don't need to know yaml (more on that later)
- scale by default with good defaults and easily adjustable
- scale to zero
- enables EDA
- Serving / Eventing
- Knative
- Deploy an app
- Traditional YAML !DEMO!
- smaller / less config
- OpenShift Console !DEMO! (no yaml needed)
- easily pick between image/git/etc
- deploy via the console the same way but choose knative
- configure flags easily like concurrency
- KN cli !DEMO! (no yaml needed)
- No yaml, only simple switches
- can easily update/create
- works with other knative resources
- Traditional YAML !DEMO!
- Events
- 3 different methods Slide
- Direct Connection
- Channels and Subscriptions
- Broker and Triggers
- Create Event Source !DEMO!
- OpenShift Console - Direct connection
- Validate messages are being received
- Show logs of demo app
- 3 different methods Slide