OpenShift v3, 官网是这么定义的, 翻译有点麻烦, 直接原文搬上来:

OpenShift v3 is a layered system designed to expose underlying Docker-formatted container image and Kubernetes concepts as accurately as possible, with a focus on easy composition of applications by a developer. For example, install Ruby, push code, and add MySQL.

简单来说, 关系是这样的:

Docker    ->    Kubernetes        ->    OpenShift

运行镜像   +  编排; 服务; replication; route    +   源代码管理/编译/部署; 永久化存储; 镜像管理等

也就是, Kubernetes 编排管理 Docker, OpenShift 基于 Kubernetes 增加了代码管理之类的功能, Ultra Enhanced K8S(Kubernetes).

 

这是一张在 OpenShift Origin 官网的图片, 很形象地描述了 OpenShift 的架构:

OpenShift 简介 - Overview - 01

 

相关文章:

  • 2021-05-12
  • 2021-07-31
  • 2022-01-12
  • 2021-04-15
  • 2021-09-02
  • 2021-12-27
  • 2021-09-28
  • 2021-08-25
猜你喜欢
  • 2022-12-23
  • 2021-04-11
  • 2021-07-20
  • 2021-12-29
  • 2021-10-03
  • 2021-06-08
  • 2022-01-19
相关资源
相似解决方案