跳转至

安装简介

DCE 5.0 大体分为两个版本:社区版和商业版。

  • 社区版包括容器管理、全局管理、可观测性三大模块,可永久免费使用。
  • 商业版在社区版的基础上可按需购买服务网格、微服务引擎、多云编排、数据服务中间件、镜像仓库、云边协同、容器化虚拟机等高级模块, 功能更全面,更能适应各类生产环境需求。
版本 包含的模块 描述
社区版 永久免费授权,3 个模块会保持持续更新,可随时 下载子模块的离线包
商业版

社区版基础上增加了:

联系我们授权:电邮 info@daocloud.io 或致电 400 002 6898,各个模块可按需自由组合,可随时 下载子模块的离线包

社区版安装流程

DCE 5.0 社区版的安装流程如下图:

flowchart TB

subgraph second[使用说明]
    direction TB
    U[ ] -.-
    free[申请免费体验] --- kpanda[容器管理]
    kpanda --- ghippo[全局管理]
    ghippo --- insight[可观测性]
    insight -.- ask[提问!!!]
end

subgraph first[安装社区版]
    direction TB
    S[ ] -.-
    plan[资源规划] --> k8s[准备 K8s 集群]
    k8s --> tools[安装依赖项]
    tools -.-> kind[通过 kind 集群<br>在线安装]
    tools -.-> s1[通过标准 k8s 集群<br>在线安装]
    tools -.-> s2[通过标准 k8s 集群<br>离线安装]
end

start([fa:fa-user DCE 5.0 社区版<br>安装和使用流程]) --> first
start --> second

classDef grey fill:#dddddd,stroke:#ffffff,stroke-width:px,color:#000000, font-size:15px;
classDef white fill:#ffffff,stroke:#000,stroke-width:px,color:#000,font-weight:bold
classDef spacewhite fill:#ffffff,stroke:#fff,stroke-width:0px,color:#000
classDef plain fill:#ddd,stroke:#fff,stroke-width:1px,color:#000;
classDef k8s fill:#326ce5,stroke:#fff,stroke-width:1px,color:#fff;
classDef cluster fill:#fff,stroke:#bbb,stroke-width:1px,color:#326ce5;

class plan,k8s,tools,kind,s1,s2,kpanda,ghippo,insight,free,ask cluster;
class start k8s
class S,U spacewhite

click plan "https://docs.daocloud.io/install/community/resources.html"
click k8s "https://docs.daocloud.io/install/community/kind/online.html#kind"
click tools "https://docs.daocloud.io/install/install-tools.html"
click kind "https://docs.daocloud.io/install/community/kind/online.html"
click s1 "https://docs.daocloud.io/install/community/k8s/online.html"
click s2 "https://docs.daocloud.io/install/community/k8s/offline.html"
click kpanda "https://docs.daocloud.io/kpanda/intro/index.html"
click ghippo "https://docs.daocloud.io/ghippo/intro/index.html"
click insight "https://docs.daocloud.io/insight/intro/index.html"
click free "https://docs.daocloud.io/dce/license0.html"
click ask "https://docs.daocloud.io/install/index.html#_4"

Tip

上图中的蓝色文字可点击跳转。

商业版安装流程

DCE 5.0 商业版的安装流程如下图:

flowchart TB

    start([fa:fa-user DCE 5.0 商业版<br>安装流程]) -.- arch[了解部署架构]
    arch --> deploy[查阅部署要求]
    deploy --> prepare[准备工作]
    prepare --> download[下载离线包]
    download --> config[编辑<br>clusterConfig.yaml]

    config -.-> other-k8s[安装到<br>不同 K8s]
    config -.-> install[正常开始安装]
    config -.-> other-os[安装到<br>不同 Linux]

    other-k8s -.-> ocp[安装到<br>OpenShift OCP]
    other-k8s -.-> ali[安装到<br>阿里云 ECS]

    other-os -.-> uos[安装到<br>UOS]
    other-os -.-> oracle[安装到<br>Oracle Linux]
    other-os -.-> tencent[安装到<br>TencentOS Server]
    other-os -.-> other[安装到<br>更多 Linux]


classDef grey fill:#dddddd,stroke:#ffffff,stroke-width:1px,color:#000000, font-size:15px;
classDef white fill:#ffffff,stroke:#000,stroke-width:1px,color:#000,font-weight:bold
classDef spacewhite fill:#ffffff,stroke:#fff,stroke-width:0px,color:#000
classDef plain fill:#ddd,stroke:#fff,stroke-width:1px,color:#000;
classDef k8s fill:#326ce5,stroke:#fff,stroke-width:1px,color:#fff;
classDef cluster fill:#fff,stroke:#bbb,stroke-width:1px,color:#326ce5;

class arch,deploy,prepare,download,config,install,ocp,ali,uos,oracle,tencent,other cluster
class start,other-k8s,other-os k8s

click arch "https://docs.daocloud.io/install/commercial/deploy-arch.html"
click deploy "https://docs.daocloud.io/install/commercial/deploy-requirements.html"
click prepare "https://docs.daocloud.io/install/commercial/prepare.html"
click download "https://docs.daocloud.io/install/commercial/start-install.html#1"
click config "https://docs.daocloud.io/install/commercial/start-install.html#2-clusterconfigyaml"
click install "https://docs.daocloud.io/install/commercial/start-install.html#3"
click ocp "https://docs.daocloud.io/install/k8s-install/ocp-install-dce5.0.html"
click ali "https://docs.daocloud.io/install/k8s-install/ecs-install-dce5.0.html"
click uos "https://docs.daocloud.io/install/os-install/uos-v20-install-dce5.0.html"
click oracle "https://docs.daocloud.io/install/os-install/oracleLinux-install-dce5.0.html"
click tencent "https://docs.daocloud.io/install/os-install/TencentOS-install-dce5.0.html"
click other "https://docs.daocloud.io/install/os-install/otherlinux.html"

联系我们

DCE 5.0 的安装流程可能会有变更。请收藏此页,关注更新动态,更多操作文档也在制作之中。

  • 若有任何安装或使用问题,请提出反馈
  • 欢迎扫描二维码,与开发者畅快交流:

    社区版交流群

下载 DCE 5.0 申请社区免费体验

评论