Update README.md

This commit is contained in:
Sam O'Dell 2018-07-18 14:10:09 -07:00 committed by GitHub
parent 66cbc29930
commit cec538bc75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 4 deletions

View File

@ -1,7 +1,11 @@
# Samples for knative/serving project
# Knative Serving Samples
* Hello World - Quick introduction that highlights how to deploy an app using
Knative Serving.
This directoy contains a variety of samples that use [Knative Serving](https://github.com/knative/serving).
Some of the available samples:
* Hello World - Basic samples that demonstrate how to deploy an app using
Knative Serving:
* [C#](helloworld-csharp/README.md)
* [Go](helloworld-go/README.md)
* [Java](helloworld-java/README.md)
@ -10,4 +14,8 @@
* [Python](helloworld-python/README.md)
* [Ruby](helloworld-ruby/README.md)
* [Rust](helloworld-rust/README.md)
* More advanced samples using Knative Serving:
* [Autoscaling with Knative Serving](./samples/autoscale-go/README.md)
* [Source-to-URL with Knative Serving](./samples/source-to-url-go/README.md)
* [Telemetry with Knative Serving](./samples/telemetry-go/README.md)
* [REST API sample](./samples/rest-ap-go/README.md)