Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Knative & Istio Workshop on Google Cloud for Booster 2019

Notifications You must be signed in to change notification settings

evry-bergen/knative-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serverless Workshop

Knative & Istio Workshop on Google Cloud and Google Kubernetes Engine.

Knative

Knative (pronounced kay-nay-tiv) extends Kubernetes to provide a set of middleware components that are essential to build modern, source-centric, and container-based applications that can run anywhere: on premises, in the cloud, or even in a third-party data center.

Each of the components under the Knative project attempt to identify common patterns and codify the best practices that are shared by successful, real-world, Kubernetes-based frameworks and applications. Knative components focus on solving mundane but difficult tasks such as:

Developers on Knative can use familiar idioms, languages, and frameworks to deploy functions, applications, or containers workloads.

Components

The following Knative components are available:

  • Eventing - Management and delivery of events
  • Serving - Request-driven compute that can scale to zero
  1. Knative Setup
  2. Knative Serve
  3. Knative Serve autoscale
  4. Knative Serve Traffic Split
  5. Knative Events
  6. Translation API
  7. Vision API

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License.