docs/community/samples
Evan Anderson efa607f93e
Add a test for "index.md" frontmatter and fix the repo to match (#2377)
* Add a test for "index.md" frontmatter and fix the repo to match

* Fix trailing whitespace

* Merge and add new required index.md files.

* Clarify error message action needed

* Fix up another new sample

* Fix spacing on error message
2020-05-15 08:41:02 -07:00
..
serving Add a test for "index.md" frontmatter and fix the repo to match (#2377) 2020-05-15 08:41:02 -07:00
README.md Update link to point to website contributing guidelines for now. (#2427) 2020-05-01 07:50:42 -07:00
_index.md 404 Fixes and Cherry-picks from 0.10 (#2048) 2019-12-13 15:29:54 -08:00

README.md

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

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.