docs/serving/samples
Ivan Nikittin eb81d13f40
Update README.md
2018-07-19 16:38:41 -07:00
..
autoscale-go Adds note about exiting watch mode 2018-07-18 14:17:17 -07:00
build-private-repo-go Use revision in build for private-repo sample (#101) 2018-07-11 08:49:34 -07:00
buildpack-app-dotnet Fix numerous sample READMEs (#127) 2018-07-14 11:01:35 -07:00
buildpack-function-nodejs Fix numerous sample READMEs (#127) 2018-07-14 11:01:35 -07:00
gitwebhook-go Fix numerous sample READMEs (#127) 2018-07-14 11:01:35 -07:00
grpc-ping-go Fix numerous sample READMEs (#127) 2018-07-14 11:01:35 -07:00
helloworld-csharp s/python/csharp/ (#158) 2018-07-17 14:20:31 -07:00
helloworld-go Fix all of the `knative/install` links to point to `knative/docs/install`. (#126) 2018-07-13 17:21:35 -07:00
helloworld-java Fix all of the `knative/install` links to point to `knative/docs/install`. (#126) 2018-07-13 17:21:35 -07:00
helloworld-nodejs Fix all of the `knative/install` links to point to `knative/docs/install`. (#126) 2018-07-13 17:21:35 -07:00
helloworld-php Fix all of the `knative/install` links to point to `knative/docs/install`. (#126) 2018-07-13 17:21:35 -07:00
helloworld-python Fix all of the `knative/install` links to point to `knative/docs/install`. (#126) 2018-07-13 17:21:35 -07:00
helloworld-ruby Fix all of the `knative/install` links to point to `knative/docs/install`. (#126) 2018-07-13 17:21:35 -07:00
helloworld-rust Grammar/style tweaks 2018-07-18 14:20:33 -07:00
knative-routing-go Updated Routing Sample Readme (#198) 2018-07-19 15:59:56 -07:00
rest-api-go Grammar and style edits 2018-07-18 17:45:59 -07:00
source-to-url-go fix dockerhub auth in source-to-url example (#209) 2018-07-19 15:44:32 -07:00
telemetry-go Fix incorrect link in the telemetry sample (#113) 2018-07-16 11:52:36 -07:00
thumbnailer-go Use revision everywhere instead of branch (#102) 2018-07-11 09:31:26 -07:00
README.md Update README.md 2018-07-19 16:38:41 -07:00
blue-green-deployment.md Title change to map to the use case 2018-07-18 18:03:11 -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