Maistra和Istio有什么关系
what relationship between Maistra and Istio
我很疑惑Maistra和Istio是什么关系?
我查看他们的 github 存储库,总是搞不清哪个是父项目,哪个是派生项目?
Maistra is an opinionated distribution of Istio designed to work with Openshift.
换句话说:Maistra 是 Istio 的克隆,其配置方式最适合 Openshift 环境。他们有一个专门的页面,其中将 maistra 与 istio 进行了比较,其中指出:
The modifications to Maistra are sometimes necessary to resolve issues, provide additional features, or to handle differences when deploying on OpenShift or OKD.
来源:https://maistra.io/docs/comparison-with-istio/
因此您可以将 Istio (https://istio.io) 视为父 istio 主项目,将 Maistra 视为专用于 OpenShift 部署的 Istio 项目。
因此 https://github.com/istio/istio is the parent project and https://github.com/maistra/istio 以某种方式派生自它。
我很疑惑Maistra和Istio是什么关系?
我查看他们的 github 存储库,总是搞不清哪个是父项目,哪个是派生项目?
Maistra is an opinionated distribution of Istio designed to work with Openshift.
换句话说:Maistra 是 Istio 的克隆,其配置方式最适合 Openshift 环境。他们有一个专门的页面,其中将 maistra 与 istio 进行了比较,其中指出:
The modifications to Maistra are sometimes necessary to resolve issues, provide additional features, or to handle differences when deploying on OpenShift or OKD.
来源:https://maistra.io/docs/comparison-with-istio/
因此您可以将 Istio (https://istio.io) 视为父 istio 主项目,将 Maistra 视为专用于 OpenShift 部署的 Istio 项目。
因此 https://github.com/istio/istio is the parent project and https://github.com/maistra/istio 以某种方式派生自它。