User documentation for Knative components.
Go to file
Peter Delaney 168b37d087 Update auth.md (#137)
Copy edits, and shift to procedural steps for setting up authentication.
2018-07-17 17:38:31 -07:00
.github Update contribution info for docs repo (#25) 2018-06-26 16:38:55 -07:00
build Update auth.md (#137) 2018-07-17 17:38:31 -07:00
community add link to new knative/docs issue (#160) 2018-07-17 14:15:31 -07:00
events Add an overview for serving (#63) 2018-07-11 09:40:38 -07:00
images/logo Knative logs in CMYK and RGB, logo style guides 2018-07-16 16:02:48 -07:00
install Update Minikube intructions (#161) 2018-07-17 14:23:31 -07:00
serving Edits for serving readme (#143) 2018-07-17 17:14:34 -07:00
test Remove bobcatfish from OWNERS (#84) 2018-07-10 09:48:39 -07:00
vendor Fix numerous sample READMEs (#127) 2018-07-14 11:01:35 -07:00
.gitignore Hello world samples for Go, Node, and CSharp (#11) 2018-06-22 14:21:34 -07:00
CONTRIBUTING.md Add information about where docs go (#55) 2018-07-02 09:58:46 -07:00
Gopkg.lock Fix numerous sample READMEs (#127) 2018-07-14 11:01:35 -07:00
Gopkg.toml Fix numerous sample READMEs (#127) 2018-07-14 11:01:35 -07:00
LICENSE Initial commit 2018-06-21 11:21:10 -07:00
OWNERS Adding Richie and I to /docs OWNERS 2018-07-13 09:05:33 -07:00
README.md Deleting updating-existing-app.md; merging with (#166) 2018-07-17 16:25:31 -07:00
code-of-conduct.md Migrate samples from knative/serving (#22) 2018-06-26 14:58:54 -07:00

README.md

Welcome, Knative

Knative (pronounced /ˈnā-tiv/) extends Kubernetes to provide the missing middleware that developers need to create modern, source-centric, container-based, cloud-native applications.

Each of the components under the Knative project attempt to identify common patterns and codify the best practices shared by successful real-world Kubernetes-based frameworks and applications, such as:

Knative focuses on the "boring but difficult" parts that everyone needs, but that no one benefits from doing over again on their own. This in turn frees application developers to spend more time writing interesting code, not worrying about how they are going to build, deploy, monitor, and debug it.

Getting started with Knative

  1. Follow the Knative installation instructions to get Knative installed on a Kubernetes cluster.

  2. To deploy your first app with Knative, check out the Getting Started with Knative App Deployment guide.

  3. After you've run your first app, take a look at the available sample applications that you can build and run to help you get more familiar with Knative.

Who Knative is for

Knative is designed for different personas:

Developers

Knative components offer Kubernetes-native APIs for deploying serverless-style functions, applications, and containers to an auto-scaling runtime.

To join the conversation, head over to the Knative Users Google group.

Operators

Knative components are intended to be integrated into more polished products that cloud service providers or in-house teams in large enterprises can then operate.

Any enterprise or cloud provider can adopt Knative components into their own systems and pass the benefits along to their customers.

Contributors

With a clear project scope, lightweight governance model, and clean lines of separation between pluggable components, the Knative project establishes an efficient contributor workflow.

Knative is a diverse, open, and inclusive community. To get involved, see CONTRIBUTING.md and join the #community Slack channel.

Your own path to becoming a Knative contributor can begin anywhere. Bug reports and friction logs from new developers are especially welcome.

Available Knative components

The following Knative components are currently available:

  • Build - Source to container build orchestration
  • Events - Management and delivery of events
  • Serving - Scale to zero, request-driven compute