Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 1 addition & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1 @@
# Knative Tutorial - Introduction to Knative
![Knative Tutorial](https://github.com/redhat-developer-demos/knative-tutorial/workflows/Knative%20Tutorial/badge.svg) [![Knative Serving v0.12](https://img.shields.io/badge/Knative%20Serving-v0.12-blue)](https://knative.dev/docs/serving/)
[![Knative Eventing v0.12](https://img.shields.io/badge/Knative%20Eventing-v0.12-blue)](https://knative.dev/docs/eventing/)
[![Strimzi Kafka](https://img.shields.io/badge/Strimzi%20Kafka-v0.16.2-blue)](https://strimzi.io)
[![Apache Camel-K](https://img.shields.io/badge/Apache%20Camel--K-v1.0.0--RC2-blue)](https://camel.apache.org/camel-k/latest/)

## Documentation

Start your serverless journey today with https://redhat-developer-demos.github.io/knative-tutorial

## 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!

## Contributing

Please refer to the [how to contribute?](./CONTRIBUTING.md) on how you can contribute to the tutorial