• Stars
    star
    478
  • Rank 91,464 (Top 2 %)
  • Language
    C#
  • License
    Apache License 2.0
  • Created over 5 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A collection of samples for Knative Serving, Knative Eventing and Knative-GCP projects.

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.21.5-gke.1300
  • Istio: 1.10.5
  • Knative Serving: 1.0.0
  • Knative Eventing: 1.0.0
  • Knative-GCP: 0.23.0
  • Tekton: 0.22.0

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 cloud-run-events
kubectl get pods -n tekton-pipelines

Samples

Knative Serving

Knative Eventing

Knative Eventing with Google Cloud

Build


This is not an official Google product.

More Repositories

1

cloudrun-tutorial

A tutorial showing some of the features of Cloud Run
C#
83
star
2

istio-on-gke-tutorial

A tutorial showing how to use Istio on Google Kubernetes Engine
C#
52
star
3

grpc-samples-dotnet

Random collection of gRPC samples in .NET/C#
C#
40
star
4

wasm-basics

This repository contains information, references, and samples about running WebAssembly outside the browser
15
star
5

cloud-functions-api

A sample that shows how to use API Gateway with Cloud Functions
Shell
9
star
6

cloud-run-dotnetcore-31

.NET Core 3.1 on Cloud Run: https://dotnetcore31-paelpl5x6a-ew.a.run.app/
C#
7
star
7

amathus

An RSS reader, transformer, and a web API
C#
6
star
8

cloud-functions-dotnet

.NET on Google Cloud Functions
C#
4
star
9

google-cloud-resources

A repo with links to various Google Cloud resources (blogs, codelabs, communities etc.)
3
star
10

windows-containers-on-gke

Windows Containers on Google Kubernetes Engine (GKE)
2
star
11

grpc-samples-java

Random collection of gRPC samples in Java
Java
2
star
12

gemini-code-assist-tour

A tour of Gemini Code Assist
HTML
2
star
13

asyncapi-basics

This repository contains information, references, and samples about AsyncAPI
2
star
14

appengine-flex-dotnetcore

.NET Core on App Engine flexible environment
C#
2
star
15

cloudtasks-samples

A collection of Cloud Tasks samples
C#
2
star
16

meteatamel

My personal repo
1
star
17

genai-samples

A collection of GenAI samples
C#
1
star
18

duetai-aspnet-webapi

Test and change an existing ASP.NET web app with Duet AI
C#
1
star
19

cloudevents-basics

This repository contains information, references, and samples about CloudEvents.
Shell
1
star