github.com/alibaba/sealer@v0.8.6-0.20220430115802-37a2bdaa8173/docs/site/src/zh/index.md (about)

     1  ---
     2  home: true
     3  heroImage: "https://user-images.githubusercontent.com/8912557/139633211-96844d27-55d7-44a9-9cdc-5aea96441613.png"
     4  tagline: 把整个集群看成一台服务器,把kubernetes看成云操作系统,吸取docker设计精髓实现分布式软件镜像化构建、交付、运行
     5  actionText: 快速开始→
     6  actionLink: "/zh/getting-started/introduction"
     7  features:
     8  
     9  - title: 构建
    10    details: 使用Kubefile定义整个集群所有依赖,把kubernetes 中间件 数据库和SaaS软件所有依赖打包到集群镜像中
    11  - title: 交付
    12    details: 像交付Docker镜像一样交付整个集群和集群中的分布式软件
    13  - title: 运行
    14    details: 一条命令启动整个集群, 集群纬度保障一致性,兼容主流linux系统与多种架构
    15  footer: "钉钉讨论组: 34619594 微信: fangnux"
    16  ---
    17  
    18  # 构建&运行一个自定义kuberentes集群
    19  
    20  本例中介绍如何构建一个包含dashboard的集群镜像,然后一键启动。
    21  
    22  [![asciicast](https://asciinema.org/a/446106.svg)](https://asciinema.org/a/446106?speed=3)