Skip to content

Overview

DCE 5.0 has two versions: Community package and Enterprise package.

The Community package includes Container Management, Global Management, and Insight modules, which can be used for free permanently.

The Enterprise package can be purchased on demand with advanced modules such as Service Mesh, Microservice Engine, MultiCloud Management, Data Middleware, Image Repository, etc. in addtion to those modules contained in the Community package. It has more comprehensive features and can better meet the needs of production environments.

Package Included Modules Description
Community package Global Management
Container Management
Observability
Free License, these three modules will continue to be updated and the offline package for each module can be downloaded here.
Enterprise package Global Management
Container Management
Observability
Application Workplace
MultiCloud Management
Microservice Engine
Service Mesh
Selected Middleware
Image Repository
For licensing, please contact us by email at info@daocloud.io or call 400 002 6898. Each module can be freely combined as needed and the offline package for each module can be downloaded here.

Install Community Package

The installation process of DCE 5.0 Community package is as follows:

flowchart TB

subgraph second[Instructions]
    direction TB
    U[ ] -.-
    free[Apply for free trial] --- kpanda[Container Management]
    kpanda --- ghippo[Global Management]
    ghippo --- insight[Insight]
    insight -.- ask[ASK!!!]
end

subgraph first[Install Community Package]
    direction TB
    S[ ] -.-
    plan[Resource Planning] --> k8s[Prepare K8s Cluster] 
    k8s --> tools[Install Dependencies]
    tools -.-> kind[Online Install with kind]
    tools -.-> s1[Online Install with K8s]
    tools -.-> s2[Offline Install with K8s]
end

start([fa:fa-user DCE 5.0 Community Package Installation]) --> 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 plain
class S,U spacewhite

click plan "https://docs.daocloud.io/en/install/community/resources/"
click k8s "https://docs.daocloud.io/en/install/community/kind/online/#kind"
click tools "https://docs.daocloud.io/en/install/install-tools/"
click kind "https://docs.daocloud.io/en/install/community/kind/online/"
click s1 "https://docs.daocloud.io/en/install/community/k8s/online/"
click s2 "https://docs.daocloud.io/en/install/community/k8s/offline/"

click kpanda "https://docs.daocloud.io/en/kpanda/intro/what/"
click ghippo "https://docs.daocloud.io/en/ghippo/intro/what/"
click insight "https://docs.daocloud.io/en/insight/intro/what/"
click free "https://docs.daocloud.io/en/dce/license0/"
click ask "https://docs.daocloud.io/en/install/intro/#contact-us"

Tip

Click the blue text in the diagram, you can go to the corresponding page for details.

Install Enterprise Package

The installation process of DCE 5.0 Commercial package is as follows:

flowchart TB

    start([fa:fa-user DCE 5.0 Enterprise Package<br>Installation Procedure]) -.- arch[Deployment Architecture]
    arch --> deploy[Deployment Requirements]
    deploy --> prepare[Preparation]
    prepare --> download[Download Offline Package]
    download --> config[Edit and Config<br>clusterConfig.yaml]
    config --> install[Install]

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 cluster
class start plain

click arch "https://docs.daocloud.io/en/install/commercial/deploy-arch/"
click deploy "https://docs.daocloud.io/en/install/commercial/deploy-requirements/"
click prepare "https://docs.daocloud.io/en/install/commercial/prepare/"
click download "https://docs.daocloud.io/en/install/commercial/start-install/#step-1-download-offline-package"
click config "https://docs.daocloud.io/en/install/commercial/start-install/#step-2-configure-the-cluster-configuration-file"
click install "https://docs.daocloud.io/en/install/commercial/start-install/#step-3-start-the-installation"

Contact us

DaoCloud Enterprise 5.0 is still in the early stage of release, and the installation guide may change. Please bookmark this page and pay attention to the update dynamics.

  • If you have any installation or usage problems, please give us a feedback.

  • Scan the QR code and communicate with developers freely:

    Community Package Exchange Group

Download DCE 5.0 Free Try

Comments