knative

时间:2023-03-08 17:42:33
knative

office Doc

knative

Knative 简介

Install

sevice example (knative)

knative

knative

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)

knative

Configuring outbound network access

knative

knative

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