Skip to content

Commit

Permalink
zh: link deployment docs (#983)
Browse files Browse the repository at this point in the history
  • Loading branch information
csuzhangxc authored Dec 31, 2020
1 parent ed6c8d8 commit 485ac38
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zh/deploy-on-alibaba-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ aliases: ['/docs-cn/tidb-in-kubernetes/dev/deploy-on-alibaba-cloud/']

本文介绍了如何使用个人电脑(Linux 或 macOS 系统)在阿里云上部署 TiDB 集群。

如果需要部署 TiDB Operator 及 TiDB 集群到自托管 Kubernetes 环境,请参考[部署 TiDB Operator](deploy-tidb-operator.md)[部署 TiDB 集群](deploy-on-general-kubernetes.md)等文档。

## 环境需求

- [aliyun-cli](https://github.com/aliyun/aliyun-cli) >= 3.0.15 并且[配置 aliyun-cli](https://www.alibabacloud.com/help/doc-detail/90766.htm?spm=a2c63.l28256.a3.4.7b52a893EFVglq)
Expand Down
2 changes: 2 additions & 0 deletions zh/deploy-on-aws-eks.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ aliases: ['/docs-cn/tidb-in-kubernetes/dev/deploy-on-aws-eks/']

本文介绍了如何在 AWS EKS (Elastic Kubernetes Service) 上部署 TiDB 集群。

如果需要部署 TiDB Operator 及 TiDB 集群到自托管 Kubernetes 环境,请参考[部署 TiDB Operator](deploy-tidb-operator.md)[部署 TiDB 集群](deploy-on-general-kubernetes.md)等文档。

## 环境准备

部署前,请确认已完成以下环境准备:
Expand Down
2 changes: 2 additions & 0 deletions zh/deploy-on-gcp-gke.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ aliases: ['/docs-cn/tidb-in-kubernetes/dev/deploy-on-gcp-gke/']

本文介绍了如何部署 GCP Google Kubernetes Engine (GKE) 集群,并在其中部署 TiDB 集群。

如果需要部署 TiDB Operator 及 TiDB 集群到自托管 Kubernetes 环境,请参考[部署 TiDB Operator](deploy-tidb-operator.md)[部署 TiDB 集群](deploy-on-general-kubernetes.md)等文档。

## 环境准备

部署前,请确认已完成以下环境准备:
Expand Down
6 changes: 6 additions & 0 deletions zh/deploy-tidb-operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ TiDB Operator 部署前,请确认以下软件需求:

TiDB Operator 运行在 Kubernetes 集群,你可以使用 [Getting started 页面](https://kubernetes.io/docs/setup/)列出的任何一种方法搭建一套 Kubernetes 集群。只要保证 Kubernetes 版本大于等于 v1.12。若想创建一个简单集群测试,可以参考[快速上手教程](get-started.md)

对于部分公有云环境,可以参考如下文档部署 TiDB Operator 及 TiDB 集群:

- [部署到 AWS EKS](deploy-on-aws-eks.md)
- [部署到 GCP GKE](deploy-on-gcp-gke.md)
- [部署到阿里云 ACK](deploy-on-alibaba-cloud.md)

TiDB Operator 使用[持久化卷](https://kubernetes.io/docs/concepts/storage/persistent-volumes/)持久化存储 TiDB 集群数据(包括数据库,监控和备份数据),所以 Kubernetes 集群必须提供至少一种持久化卷。为提高性能,建议使用本地 SSD 盘作为持久化卷。可以根据[这一步](#配置本地持久化卷)配置本地持久化卷。

Kubernetes 集群建议启用 [RBAC](https://kubernetes.io/docs/admin/authorization/rbac)
Expand Down

0 comments on commit 485ac38

Please sign in to comment.