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.
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.
This samples builds off the Creating a RESTful Service sample to illustrate applying a revision, then using that revision for manual traffic splitting.