No description
  • Java 49.4%
  • Shell 44.1%
  • Dockerfile 6.5%
Find a file
2022-10-22 03:29:52 -04:00
.circleci Upgrade to Knative 0.7.x 🎉 (#174) 2019-08-07 09:26:16 +05:30
.github/ISSUE_TEMPLATE Update issue templates 2019-02-06 15:07:07 +05:30
advanced updated for namespace change 2020-02-06 08:16:33 +05:30
apps (chore) removing unnecessary istio annotation 2020-02-03 19:05:12 +05:30
basics (chore) removing unnecessary istio annotation 2020-02-03 19:05:12 +05:30
bin initial commit 2022-10-22 03:29:52 -04:00
eventing (chore) update the Kafka to 0.16.2 2020-02-05 16:26:47 +05:30
install (chore) version updates and syntax fixes 2020-02-05 14:46:14 +05:30
pipelines Script and QA fixes 16/01 2020-01-16 15:18:04 +05:30
scaling (chore) removing unnecessary istio annotation 2020-02-03 19:05:12 +05:30
.editorconfig Repo Init 2019-02-05 09:45:12 +05:30
.gitattributes (chore): no istio proxy inject 2019-07-08 18:35:42 +05:30
.gitignore WIP - Chap 06 2019-12-19 11:34:17 +05:30
CONTRIBUTING.adoc Upgrade to Knative 0.7.x 🎉 (#174) 2019-08-07 09:26:16 +05:30
devfile.yaml add all in one dev environment 2019-10-14 14:29:56 +05:30
LICENSE Repo Init 2019-02-05 09:45:12 +05:30
minikube_latest_amd64.deb initial commit 2022-10-22 03:29:52 -04:00
README.adoc (chore) trigger doc gen 2019-10-14 14:35:38 +05:30

= Knative Tutorial - Introduction to Knative

== Documentation 

* HTML https://redhat-developer-demos.github.io/knative-tutorial

== Overview 
image:https://circleci.com/gh/redhat-developer-demos/knative-tutorial.svg?style=svg["CircleCI", link="https://circleci.com/gh/redhat-developer-demos/knative-tutorial"]

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 is the first serverless platform specifically designed for Kubernetes and OpenShift. 

> Serverless computing refers to the concept of building and running applications that do not require server management. It describes a finer-grained deployment model where applications, bundled as one or more functions, are uploaded to a platform and then executed, scaled, and billed in response to the exact demand needed at the moment”

[.text-right]
__**Source**__:  https://www.cncf.io/blog/2018/02/14/cncf-takes-first-step-towards-serverless-computing/ 

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 http://developers.redhat.com[Red Hat Developer Program] - Register today!

== Contributing

Please refer to the link:./CONTRIBUTING.adoc[how to contribute?] on how you can contribute to the tutorial