docs/docs
Jean-Rémy Bancel 993578e315
Use inline Istio installation. (#3151)
* Use inline Istio installation.

* Add back link to "advanced installation guide".
2021-01-19 10:10:23 -08:00
..
client Added section for connecting to a cluster (#2047) 2020-02-18 11:25:58 -08:00
concepts Update reference section as per #1883 (#2806) 2020-09-23 11:19:40 -07:00
eventing add kafka installation (#3146) 2021-01-19 00:07:21 -08:00
images Updated landing page (#2863) 2020-10-06 10:41:20 -07:00
install Use inline Istio installation. (#3151) 2021-01-19 10:10:23 -08:00
reference Knative API docs for v0.20.0 (#3141) 2021-01-13 12:01:20 -08:00
serving Add vagababov to eng-approvers and sort and trim people not longer in Knative project (#3149) 2021-01-18 12:17:21 -08:00
README.md drop dead links (#2978) 2020-10-28 09:42:34 -07:00
_index.md 404 Fixes and Cherry-picks from 0.10 (#2048) 2019-12-13 15:29:54 -08:00
knative-offerings.md add IBM Cloud Code Engine which offer knative (#3097) 2020-12-09 04:08:41 -08:00
samples.md Added 2 more external samples to samples.md (#2513) 2020-05-27 14:56:59 -07:00
smoketest.md Format markdown (#1670) 2019-08-08 07:20:57 -07:00

README.md

Knative extends Kubernetes to provide developers with a set of tools that simplify the process of deploying and managing event-driven applications that can run anywhere.

Developers using Knative can use familiar languages and frameworks to solve common use cases, such as:

How it works

Knative consists of the Knative Serving and Knative Eventing components.

These components are delivered as Kubernetes custom resource definitions (CRDs), which can be configured by a cluster administrator to provide default settings for developer-created applications and event workflow components.

Follow the links below to learn more about Knative.

Getting started

Configuration and networking

Samples and demos

Debugging