# knative-tutorial **Repository Path**: mirrors_rhuss/knative-tutorial ## Basic Information - **Project Name**: knative-tutorial - **Description**: Knative Tutorial, concepts and demos in simple and easy way - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README = Knative Tutorial - Introduction to Knative 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! == Tutorial documentation * HTML https://redhat-developer-demos.github.io/knative-tutorial