docs/docs
Mike Petersen 3b099ebcee
Fixed broken links in any-kubernetes-cluster related to eventing (#2973)
2020-11-03 09:30:05 -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 Updated links for broker and trigger. Broke up the single link into two links so that trigger takes you to the correct location. (#2962) 2020-11-03 09:19:04 -08:00
images Updated landing page (#2863) 2020-10-06 10:41:20 -07:00
install Fixed broken links in any-kubernetes-cluster related to eventing (#2973) 2020-11-03 09:30:05 -08:00
reference drop serving v1beta1 and v1alpha1 APIs (#2887) 2020-10-13 08:29:30 -07:00
serving Updated to sdk-rust 0.3 (#2991) 2020-11-02 17:42:03 -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 Updated link for RH OCP offering (#2853) 2020-09-24 09:36:40 -07: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