Skip to content

dtsioumas/knative-tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

242 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Knative Tutorial

This tutorial shows how to use different parts of Knative.

Slides

There's a presentation that accompanies the tutorial.

Serverless with Knative

Setup

You need to install Knative and its dependencies (eg. Istio). See Knative Installation page for official instructions your platform.

Alternatively, there are scripts in setup folder to install Knative, Istio on Google Kubernetes Engine (GKE). You can follow the instructions there.

We tested this tutorial on:

  • GKE: 1.17.12-gke.500
  • Istio: 1.7.1
  • Knative Serving: 0.18.0
  • Knative Eventing: 0.18.1
  • Knative-GCP: 0.18.0
  • Tekton: 0.14.2

If everything worked, all Knative components should show a STATUS of Running:

kubectl get pods -n knative-serving
kubectl get pods -n knative-eventing
kubectl get pods -n knative-monitoring

Samples

Knative Serving

Knative Eventing

Knative Eventing with Google Cloud

Build


This is not an official Google product.

About

A step-by-step tutorial showing different parts of Knative and other more complicated samples

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C# 62.3%
  • Python 18.7%
  • Dockerfile 11.4%
  • Shell 7.6%