This directory contains sample services which demonstrate Knative Serving
functionality.
- helloworld - A simple webserver written in Go
- pythonsimple - A simple webserver written in Python
- service - A simple Go example using the Service resource
- stock restful app - Simple Restful service
- thumbnailer - A 'dockerized' web application creating thumbnails from videos
- steren's sample-app - A simple Node.js web application
- buildpack sample app - A sample buildpack app
- buildpack sample function - A sample buildpack function
- steren's sample-function - A simple Node.js function
- private repos - A sample illustrating private GitHub / DockerHub
- telemetrysample - A simple webserver emitting logs and metrics
- gitwebhook - A function that listens for git PR changes and updates the title of them
- autoscaler - A demonstration of revision autoscaling
- knative routing - A demonstration of mapping multiple Knative services under a single domain.
- Minimize dependencies on third party libraries and prefer using standard libraries. Examples:
- Use "log" for logging.