bretmcg / next18

Collection of demos used in Knative technical session at GCP Next 2018 ("One platform for your functions, apps, and containers")

Home Page:https://www.youtube.com/watch?v=F4_2gxTtLaQ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Knative demos for GCP Next

This repository contains a collection of GCP Next 2018 demos used in the Knative technical session called "One platform for your functions, apps, and containers" (slides,video).

Setup

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

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

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

About

Collection of demos used in Knative technical session at GCP Next 2018 ("One platform for your functions, apps, and containers")

https://www.youtube.com/watch?v=F4_2gxTtLaQ

License:Apache License 2.0


Languages

Language:Shell 51.4%Language:JavaScript 40.4%Language:Go 8.3%