Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redhat-developer-demos/knative-tutorial
https://dn.dev/master A practical guide to get started with Knative. Knative concepts are explained simple and easy way with lots of demos and exercises.
https://github.com/redhat-developer-demos/knative-tutorial
camel-k demo getting-started getting-started-knative knative knative-eventing knative-serving knative-tutorial knativetutorial kubernetes tutorial
Last synced: 21 days ago
JSON representation
https://dn.dev/master A practical guide to get started with Knative. Knative concepts are explained simple and easy way with lots of demos and exercises.
- Host: GitHub
- URL: https://github.com/redhat-developer-demos/knative-tutorial
- Owner: redhat-developer-demos
- License: apache-2.0
- Created: 2019-02-06T09:19:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-15T08:34:16.000Z (over 1 year ago)
- Last Synced: 2024-09-04T00:05:55.200Z (3 months ago)
- Topics: camel-k, demo, getting-started, getting-started-knative, knative, knative-eventing, knative-serving, knative-tutorial, knativetutorial, kubernetes, tutorial
- Language: Shell
- Homepage: https://redhat-developer-demos.github.io/knative-tutorial/knative-tutorial/index.html
- Size: 25.5 MB
- Stars: 289
- Watchers: 18
- Forks: 182
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Knative Tutorial - Introduction to Knative
![Knative Tutorial](https://github.com/redhat-developer-demos/knative-tutorial/workflows/Knative%20Tutorial/badge.svg) [![Knative Serving v1.1.0](https://img.shields.io/badge/Knative%20Serving-v1.1.0-blue)](https://knative.dev/docs/serving/)
[![Knative Eventing v1.1.0](https://img.shields.io/badge/Knative%20Eventing-v1.1.0-blue)](https://knative.dev/docs/eventing/)
[![Strimzi Kafka](https://img.shields.io/badge/Strimzi%20Kafka-v0.26.1-blue)](https://strimzi.io)
[![Apache Camel K](https://img.shields.io/badge/Apache%20Camel--K-v1.8.0-blue)](https://camel.apache.org/camel-k/latest/)
[![OpenShift Serverless](https://img.shields.io/badge/OpenShift%20Serverless-v1.19.0-blue)](https://www.openshift.com/learn/topics/serverless)## Documentation
Start your serverless journey today with
## What is Serverless
Serverless epitomize the very benefits of what cloud platforms promise: offload the management of infrastructure while taking advantage of a consumption model for the actual utilization of services. While there are a number of server frameworks out there, [Knative](https://knative.dev) is the first serverless platform specifically designed for Kubernetes and OpenShift.
This tutorial will act as step-by-step guide in helping you to understand Knative starting with setup, understanding fundamentals concepts such as service, configuration, revision etc., and finally deploying some use cases which could help deploying serverless applications.
This content is brought to you by [Red Hat Developer Program](http://developers.redhat.com) - Register today!
## Devlopment Site
If you like to try the latest development updates,check the [staging site](https://redhat-developer-docs.github.io/knative-tutorial-staging).
## Contributing
Please refer to the [how to contribute?](./CONTRIBUTING.md) on how you can contribute to the tutorial