Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.

cardil/knative-serving-showcase-js

Repository files navigation

Knative Serving Showcase for JS

TODO

Required

  • /

    http :21111
    http options :21111
  • /hello

    http :21111/hello
  • cloudevents

    http :21111/hello
  • DELAY parameter (in msec) for /hello

  • Containerfile to build as Knative app

Nice to have

  • readyness and liveness probes

    http :21111/health/ready
    http :21111/health/live
  • Prometeus metrics

    http :21111/metrics
  • OpenAPI & Swagger UI

    http :21111/openapi.json
    http :21111/swagger-ui
  • Input validation (validation by OpenAPI schema)

  • OpenTracing & OpenTelemetry & Distributed Tracing