===
For demo walkthrough steps see this setup guide and this walkthrough
- OpenShift Serverless (Serving and Eventing)
- OpenShift 4.6 Developer Perspective
- Knative Kafka Eventing
- OpenShift Serverless Functions (Tech preview)
Some other topics touched upon include:
- CodeReady Workspaces
- Quarkus
- OpenShift Pipelines (Tekton)
Some information about the demo services therein:
- Catalog Service - A Spring boot application running on JBoss Web Server (Tomcat) and PostgreSQL, serves products and prices for retail products
- Cart Service - Quarkus application running on OpenJDK and native which manages shopping cart for each customer, together with inifnispan/JDG
- Inventory Service - Quarkus application running on OpenJDK and PostgreSQL, serves inventory and availability data for retail products
- Order service - Quarkus application service running on OpenJDK or native for writing and displaying reviews for products
- User Service - Vert.x service running on JDK for managing users
- Payment Service - A Quarkus based FaaS with Knative
Adapted from The CCN Roadshow(Dev Track) Module 4 Labs 2019