Skip to content

omero/knative-demos

 
 

Repository files navigation

Knative demos

This repository contains a collection of demos used in the different Knative technical sessions (e.g. One platform for your functions, apps, and containers). For list of official Knative samples see the docs repository.

To run these samples you need to follow Knative install steps and post-install cluster configuration instructions for both assigning a static IP and setting up a custom domain.

Demos

Follow these instructions to run the demos in the presentation:

Monitoring

Note, the monitoring/observability components require additional install

Run the following command to watch your Kubernetes pods while running the demos:

kubectl port-forward -n knative-monitoring  \
    $(kubectl get pods -n knative-monitoring --selector=app=grafana \
    --output=jsonpath="{.items..metadata.name}") 3000

Releases

No releases published

Packages

No packages published

Languages

  • Shell 60.3%
  • Go 39.7%