Skip to content

Commit

Permalink
tidb-in-k8s: remove all tidb-operator related files from docs repo (p…
Browse files Browse the repository at this point in the history
  • Loading branch information
yikeke authored Apr 1, 2020
1 parent eec9a16 commit b782119
Show file tree
Hide file tree
Showing 60 changed files with 20 additions and 6,730 deletions.
45 changes: 1 addition & 44 deletions TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
- [Sysbench Performance Test - v3.0 vs. v2.1](/benchmark/sysbench-v4.md)
- [TPC-C Performance Test - v3.0 vs. v2.1](/benchmark/tpcc.md)
- [Interaction Test on Online Workloads and `ADD INDEX` Operations](/benchmark/add-index-with-load.md)
- [TiDB in Kubernetes Sysbench Test](/benchmark/sysbench-in-k8s.md)
+ Concepts
- [Architecture](/architecture.md)
+ Key Features
Expand Down Expand Up @@ -350,49 +349,7 @@
- [TiKV Control](/reference/tools/tikv-control.md)
- [TiDB Control](/reference/tools/tidb-control.md)
- [Download](/reference/tools/download.md)
+ TiDB in Kubernetes
- [About TiDB Operator](/tidb-in-kubernetes/tidb-operator-overview.md)
+ Get Started
- [kind](/tidb-in-kubernetes/get-started/deploy-tidb-from-kubernetes-kind.md)
- [GKE](/tidb-in-kubernetes/get-started/deploy-tidb-from-kubernetes-gke.md)
- [Minikube](/tidb-in-kubernetes/get-started/deploy-tidb-from-kubernetes-minikube.md)
+ Deploy
- [Prerequisites](/tidb-in-kubernetes/deploy/prerequisites.md)
- [TiDB Operator](/tidb-in-kubernetes/deploy/tidb-operator.md)
- [TiDB in General Kubernetes](/tidb-in-kubernetes/deploy/general-kubernetes.md)
- [TiDB in AWS EKS](/tidb-in-kubernetes/deploy/aws-eks.md)
- [TiDB in GCP GKE](/tidb-in-kubernetes/deploy/gcp-gke.md)
- [TiDB in Alibaba Cloud ACK](/tidb-in-kubernetes/deploy/alibaba-cloud.md)
- [Access TiDB in Kubernetes](/tidb-in-kubernetes/deploy/access-tidb.md)
+ Configure
- [Cluster Initialization](/tidb-in-kubernetes/initialize-cluster.md)
- [Monitor](/tidb-in-kubernetes/monitor/tidb-in-kubernetes.md)
+ Maintain
- [Destroy a TiDB cluster](/tidb-in-kubernetes/maintain/destroy-tidb-cluster.md)
- [Maintain a Hosting Kubernetes Node](/tidb-in-kubernetes/maintain/kubernetes-node.md)
- [Backup and Restore](/tidb-in-kubernetes/maintain/backup-and-restore.md)
- [Restore Data with TiDB Lightning](/tidb-in-kubernetes/maintain/lightning.md)
- [Collect Logs](/tidb-in-kubernetes/maintain/log-collecting.md)
- [Automatic Failover](/tidb-in-kubernetes/maintain/auto-failover.md)
- [TiDB Binlog](/tidb-in-kubernetes/maintain/tidb-binlog.md)
- [Restart a TiDB Cluster](/tidb-in-kubernetes/maintain/restart.md)
- [Scale](/tidb-in-kubernetes/scale-in-kubernetes.md)
+ Upgrade
- [TiDB Cluster](/tidb-in-kubernetes/upgrade/tidb-cluster.md)
- [TiDB Operator](/tidb-in-kubernetes/upgrade/tidb-operator.md)
+ Reference
+ Configuration
- [TiDB Cluster](/tidb-in-kubernetes/reference/configuration/tidb-cluster.md)
- [Backup](/tidb-in-kubernetes/reference/configuration/backup.md)
- [PV](/tidb-in-kubernetes/reference/configuration/storage-class.md)
- [TiDB Drainer](/tidb-in-kubernetes/reference/configuration/tidb-drainer.md)
+ Tools
- [tkctl](/tidb-in-kubernetes/reference/tools/tkctl.md)
- [Tools in Kubernetes](/tidb-in-kubernetes/reference/tools/in-kubernetes.md)
+ Components
- [TiDB Scheduler](/tidb-in-kubernetes/reference/components/tidb-scheduler.md)
- [Troubleshoot](/tidb-in-kubernetes/troubleshoot.md)
- [FAQs](/tidb-in-kubernetes/faq.md)
- [TiDB in Kubernetes](https://pingcap.com/docs/tidb-in-kubernetes/stable/)
+ FAQs
- [TiDB FAQs](/faq/tidb.md)
- [TiDB Lightning FAQs](/faq/tidb-lightning.md)
Expand Down
12 changes: 6 additions & 6 deletions _index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ TiDB can be deployed on-premise or in-cloud. The following deployment options ar

You can use [TiDB Operator](https://github.com/pingcap/tidb-operator) to deploy TiDB on:

- [AWS EKS (Elastic Kubernetes Service)](/tidb-in-kubernetes/deploy/aws-eks.md)
- [GKE (Google Kubernetes Engine)](/tidb-in-kubernetes/deploy/gcp-gke.md)
- [Google Cloud Shell](/tidb-in-kubernetes/get-started/deploy-tidb-from-kubernetes-gke.md)
- [Alibaba Cloud ACK (Container Service for Kubernetes)](/tidb-in-kubernetes/deploy/alibaba-cloud.md)
- [AWS EKS (Elastic Kubernetes Service)](https://pingcap.com/docs/tidb-in-kubernetes/stable/deploy-on-aws-eks/)
- [GKE (Google Kubernetes Engine)](https://pingcap.com/docs/tidb-in-kubernetes/stable/deploy-on-gcp-gke/)
- [Google Cloud Shell](https://pingcap.com/docs/tidb-in-kubernetes/stable/deploy-tidb-from-kubernetes-gke/)
- [Alibaba Cloud ACK (Container Service for Kubernetes)](https://pingcap.com/docs/tidb-in-kubernetes/stable/deploy-on-alibaba-cloud/)

Or deploy TiDB locally using:

- [kind](/tidb-in-kubernetes/get-started/deploy-tidb-from-kubernetes-kind.md)
- [Minikube](/tidb-in-kubernetes/get-started/deploy-tidb-from-kubernetes-minikube.md)
- [kind](https://pingcap.com/docs/tidb-in-kubernetes/stable/deploy-tidb-from-kubernetes-kind/)
- [Minikube](https://pingcap.com/docs/tidb-in-kubernetes/stable/deploy-tidb-from-kubernetes-minikube/)

- [Binary Tarball Deployment](/how-to/deploy/from-tarball/production-environment.md): This guide describes how to deploy TiDB from a binary tarball in production. Guides for [development](/how-to/get-started/deploy-tidb-from-binary.md) and [testing](/how-to/deploy/from-tarball/testing-environment.md) environments are also available.

Expand Down
2 changes: 1 addition & 1 deletion architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ category: introduction

# TiDB Architecture

The TiDB platform is comprised of three key components: the TiDB server, the PD server, and the TiKV server. In addition, TiDB also provides the [TiSpark](https://github.com/pingcap/tispark/) component for complex OLAP requirements and the [TiDB Operator](/tidb-in-kubernetes/tidb-operator-overview.md) to make things simpler for the deployment and management on cloud.
The TiDB platform is comprised of three key components: the TiDB server, the PD server, and the TiKV server. In addition, TiDB also provides the [TiSpark](https://github.com/pingcap/tispark/) component for complex OLAP requirements and the [TiDB Operator](https://pingcap.com/docs/tidb-in-kubernetes/stable/tidb-operator-overview/) to make things simpler for the deployment and management on cloud.

![image alt text](/media/tidb-architecture.png)

Expand Down
Loading

0 comments on commit b782119

Please sign in to comment.