diff --git a/serving/samples/README.md b/serving/samples/README.md index 8e5e048fb..082f4cf61 100644 --- a/serving/samples/README.md +++ b/serving/samples/README.md @@ -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)