https://github.com/rmarting/ocp-serverless-demo
Demo to show OpenShift Serverless and its main features and capabilities
https://github.com/rmarting/ocp-serverless-demo
Last synced: 2 months ago
JSON representation
Demo to show OpenShift Serverless and its main features and capabilities
- Host: GitHub
- URL: https://github.com/rmarting/ocp-serverless-demo
- Owner: rmarting
- License: apache-2.0
- Created: 2021-02-03T14:52:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-03T14:53:18.000Z (over 4 years ago)
- Last Synced: 2025-01-26T11:08:09.777Z (4 months ago)
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Serverless Demo
This repo includes a set of demos of OpenShift Serverless
* [Install OpenShift Serverless](./01-serverless-operator/README.md)
* [Serverless Serving - Deploying a Sample Application](./02-serving/README.md)
* [Serverless Serving - Scaling Applications](./03-serving-scaling/README.md)
* [Serverless Eventing - Deploying a Sample Application](./04-eventing/README.md)
* [Serverless Eventing - Using Apache Kafka as Eventing Broker](./05-eventing-kafka/README.md)## OpenShift Requirements
This repo was tested and verified in:
* Red Hat OpenShift Container Platform 4.6.15
* OpenShift Serverless Operator 1.12.0 by Red Hat
* AMQ Streams Operator 1.6.2 by Red Hat
* Knative Apache Camel Operator 0.18.0 by Community
* Camel K Operator 1.3.0 by Community## References
* [OpenShift Serverless Doc - Getting started with OpenShift Serverless](https://docs.openshift.com/container-platform/4.6/serverless/serverless-getting-started.html)
* [OpenShift Serverless explained in 5 minutes (Video)](https://www.openshift.com/blog/openshift-serverless-eventing-explained-in-5-minutes)
* [Knative Documentation](https://knative.dev/docs/)
* [Knative Tutorial](https://redhat-developer-demos.github.io/knative-tutorial/knative-tutorial/index.html)
* [Knative with Apache Camel-K](https://redhat-developer-demos.github.io/knative-tutorial/knative-tutorial-camelk/index.html)