docs/community/samples
Knative Prow Robot 22ee342cf8
[release-1.0] Move community docs onto MkDocs site (#4559)
* Move community docs onto MkDocs site

* Edit about community processes

* Will this fix the tests?

* Add redirects

* Fix broken redirects

* Change folder name and fix samples

* lint

* more lint

* Fix code snippet

* style tweak

* Add signing the CLA as a prereq and update serving issue link

* Capitalization

* Clarify roles

* lint

Co-authored-by: snneji <snneji@vmware.com>
2021-12-13 07:21:19 -08:00
..
serving [release-1.0] Move community docs onto MkDocs site (#4559) 2021-12-13 07:21:19 -08:00
README.md Removed errant ./ instances (#4044) 2021-07-22 07:54:03 -07:00
_index.md Removed errant ./ instances (#4044) 2021-07-22 07:54:03 -07:00

README.md

title linkTitle weight type
Community code samples Code samples 40 docs

Get up and running with one of the community code samples. These samples are contributed and maintained by members of the Knative community.

Note: It is possible that one or more samples might become outdated or the original author is unable to maintain their contribution. If you find that something isn't working, lend a helping hand and fix it in a PR.

Learn more about the lifespan of samples

See all Knative code samples

Interactive serving sample

Check out this Katacoda tutorial which will walk you through installing Knative and the kn command line tool, deploying a sample container, updating your deployment, and performing a traffic split between the two versions.

Serving samples

Knative Serving sample apps.

Sample Name Description Language(s)
Hello World A quick introduction to Knative Serving that highlights how to deploy an app. Clojure, Dart, Elixir, Haskell, Java - Micronaut, Java - Quarkus, R - Go Server, Rust, Swift, Vertx
Machine Learning A quick introduction to using Knative Serving to serve machine learning models Python - BentoML

Eventing and Eventing Resources samples

  • Be the first to contribute an Eventing or Eventing Sources code sample to the community collection.

Client samples

Knative kn Client sample workflows and apps.

Sample Name Description
knfun Knative micro-functions (Twitter and Watson APIs) demo using the kn client.