docs/docs/serving/samples
RichieEscarez 06881add07 invalid since v0.8.1 (#1947)
* invalid since v0.8.1

fix for https://github.com/knative/docs/issues/1859

* remove references to the invalid topic
2019-10-30 18:10:12 -07:00
..
autoscale-go Drop the manual gateway resolution from samples. (#1846) 2019-10-02 11:44:07 -07:00
gitwebhook-go Use v1 everywhere for 0.10 (#1802) 2019-09-23 16:02:16 -07:00
grpc-ping-go Drop the manual gateway resolution from samples. (#1846) 2019-10-02 11:44:07 -07:00
hello-world Fixing links (#1936) 2019-10-28 10:34:42 -07:00
knative-routing-go Fix format (#1863) 2019-10-08 10:42:37 -07:00
rest-api-go invalid since v0.8.1 (#1947) 2019-10-30 18:10:12 -07:00
secrets-go Drop the manual gateway resolution from samples. (#1846) 2019-10-02 11:44:07 -07:00
telemetry-go Drop the manual gateway resolution from samples. (#1846) 2019-10-02 11:44:07 -07:00
traffic-splitting Correct path and attributes (#1819) 2019-09-26 14:56:42 -07:00
README.md Format markdown (#1590) 2019-07-10 09:05:11 -07:00
_index.md revert to README.md to prevent index/_index conflict (#1637) 2019-08-01 18:54:45 -07:00
blue-green-deployment.md Drop the manual gateway resolution from samples. (#1846) 2019-10-02 11:44:07 -07:00

README.md

Use the following code samples to help you understand the various Knative Serving resources and how they can be applied across common use cases. Learn more about Knative Serving resources.

See all Knative code samples

Name Description Languages
Hello World A quick introduction that highlights how to deploy an app using Knative Serving. C#, Go, Java (Spark), Java (Spring), Kotlin, Node.js, PHP, Python, Ruby, Scala, Shell
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
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
Knative Secrets A simple app that demonstrates how to use a Kubernetes secret as a Volume in Knative. Go
REST API A simple Restful service that exposes an endpoint defined by an environment variable described in the Knative Configuration. 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
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