docs/serving/samples
Sam O'Dell 00d6cec8ca services.serving.knative.dev -> ksvc, adding check install guide (#360)
* services.serving.knative.dev -> ksvc, adding check install guide

* Updating image to add outline

* Making Richie's suggested edits
2018-08-31 09:58:12 -07:00
..
autoscale-go fix typo in filename (#277) 2018-07-26 10:49:35 -07:00
build-private-repo-go Use stringData for build secrets (#280) 2018-07-26 13:59:35 -07:00
buildpack-app-dotnet Buildpack sample edits (#222) 2018-07-22 16:21:39 -07:00
buildpack-function-nodejs Buildpack sample edits (#222) 2018-07-22 16:21:39 -07:00
gitwebhook-go services.serving.knative.dev -> ksvc, adding check install guide (#360) 2018-08-31 09:58:12 -07:00
grpc-ping-go Fix numerous sample READMEs (#127) 2018-07-14 11:01:35 -07:00
helloworld-csharp services.serving.knative.dev -> ksvc, adding check install guide (#360) 2018-08-31 09:58:12 -07:00
helloworld-elixir services.serving.knative.dev -> ksvc, adding check install guide (#360) 2018-08-31 09:58:12 -07:00
helloworld-go services.serving.knative.dev -> ksvc, adding check install guide (#360) 2018-08-31 09:58:12 -07:00
helloworld-haskell services.serving.knative.dev -> ksvc, adding check install guide (#360) 2018-08-31 09:58:12 -07:00
helloworld-java services.serving.knative.dev -> ksvc, adding check install guide (#360) 2018-08-31 09:58:12 -07:00
helloworld-nodejs services.serving.knative.dev -> ksvc, adding check install guide (#360) 2018-08-31 09:58:12 -07:00
helloworld-php services.serving.knative.dev -> ksvc, adding check install guide (#360) 2018-08-31 09:58:12 -07:00
helloworld-python services.serving.knative.dev -> ksvc, adding check install guide (#360) 2018-08-31 09:58:12 -07:00
helloworld-ruby services.serving.knative.dev -> ksvc, adding check install guide (#360) 2018-08-31 09:58:12 -07:00
helloworld-rust services.serving.knative.dev -> ksvc, adding check install guide (#360) 2018-08-31 09:58:12 -07:00
knative-routing-go Updated Routing Sample Readme (#198) 2018-07-19 15:59:56 -07:00
rest-api-go update Rest-API sample (#233) 2018-07-25 13:19:35 -07:00
source-to-url-go services.serving.knative.dev -> ksvc, adding check install guide (#360) 2018-08-31 09:58:12 -07:00
telemetry-go Update Telemetry readmes (#248) 2018-08-13 03:34:55 -07:00
thumbnailer-go Correct name of .yaml file (#330) 2018-08-13 11:28:56 -07:00
traffic-splitting add Traffic Splitting sample (#227) 2018-07-20 16:48:33 -07:00
README.md Fix Typo in link (#284) 2018-07-27 14:12:35 -07:00
blue-green-deployment.md Fix broken links in blue/green sample (#296) 2018-07-30 15:47:37 -07:00

README.md

Knative serving sample applications

This directory contains sample applications, developed on Knative, to illustrate different use-cases and resources. See Knative serving to learn more about Knative Serving resources.

Name Description Languages
Hello World A quick introduction that highlights how to deploy an app using Knative Serving. C#, Go, Java, Node.js, PHP, Python, Ruby, Rust
Advanced Deployment Simple blue/green-like application deployment pattern illustrating the process of updating a live application without dropping any traffic. YAML
Autoscale A demonstration of the autoscaling capabilities of Knative. Go
Private Repo Build An example of deploying a Knative Serving Service using a Github deploy-key and a DockerHub image pull secret. Go
Buildpack for Applications A sample app that demonstrates using Cloud Foundry buildpacks on Knative Serving. .NET
Buildpack for Functions A sample function that demonstrates using Cloud Foundry buildpacks on Knative Serving. Node.js
Github Webhook A simple webhook handler that demonstrates interacting with Github. Go
gRPC A simple gRPC server. Go
Knative Routing An example of mapping multiple Knative services to different paths under a single domain name using the Istio VirtualService concept. Go
REST API A simple Restful service that exposes an endpoint defined by an environment variable described in the Knative Configuration. Go
Source to URL A sample that shows how to use Knative to go from source code in a git repository to a running application with a URL. Go
Telemetry This sample runs a simple web server that makes calls to other in-cluster services and responds to requests with "Hello World!". The purpose of this sample is to show generating metrics, logs, and distributed traces. Go
Thumbnailer An example of deploying a "dockerized" application to Knative Serving which takes video URL as an input and generates its thumbnail image. Go
Traffic Splitting This samples builds off the Creating a RESTful Service sample to illustrate applying a revision, then using that revision for manual traffic splitting. YAML