knative

office Doc

overview

Knative 简介  

Install  

sevice example (knative)

ksvc

knative service

There is only one node in the cluster so we use localhost:5000  local registry.

sudo kubectl get ksvc 
sudo kubectl describe ksvc/helloworld-go
sudo kubectl get revision
sudo kubectl get services.serving.knative.dev
sudo kubectl get services.serving

eventing example (doc

event broker trigger

Configuring outbound network access   

Architecture

Architecture

kubectl get sources

 Writing an eventing source the hard way   

Knative Build  

sudo kubectl apply --filename https://github.com/knative/build/releases/download/v0.5.0/build.yaml

  sudo kubectl get pods --namespace knative-build

 Creating a simple Knative build  

sudo kubectl get build.build.knative.dev
sudo kubectl get builds

knative RevisionMissing Issue

Configuration is waiting for a Revision to become ready  

Configuration "helloworld-go" is waiting for a Revision to become ready  

status.conditions.Ready returns False and then True   

Cannot deploy container image from Google Cloud Container Registry   

v0.2.2 on AKS wont create revision hangs at RevisionMissing

 

原文地址:https://www.cnblogs.com/shaohef/p/10688770.html