标签:routing http mic service listen img isolation ecif develop
Knative包含三个重要组件:
1、Build(已废弃,现改为Tekton Pipline)
2、Eventing
3、Serving
https://github.com/tektoncd/pipeline
The Tekton Pipelines project provides k8s-style resources for declaring CI/CD-style pipelines.
Tekton Pipelines are Cloud Native:
Tekton Pipelines are Decoupled:
https://github.com/knative/eventing
The high level mission of Knative Eventing is: Enable asynchronous application development through event delivery from anywhere.
eventing system that is designed to address a common need for cloud native development:
https://github.com/knative/serving
Knative Serving builds on Kubernetes and Istio to support deploying and serving of serverless applications and functions. Serving is easy to get started with and scales to support advanced scenarios.
The Knative Serving project provides middleware primitives that enable:
可用同时运行多个版本的服务(revision),然后通过route配置到达各个版本的请求比例。
标签:routing http mic service listen img isolation ecif develop
原文地址:https://www.cnblogs.com/elaron/p/11521311.html