# TiDB-Operator **Repository Path**: mirrors/TiDB-Operator ## Basic Information - **Project Name**: TiDB-Operator - **Description**: TiDB Operator 是 TiDB 在 Kubernetes 平台上的自动化部署运维工具,借助 TiDB Operator,TiDB 可以无缝运行在公有云厂商提供的 Kube - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 11 - **Forks**: 4 - **Created**: 2018-08-23 - **Last Updated**: 2025-12-20 ## Categories & Tags **Categories**: dbmanager **Tags**: None ## README # TiDB Operator **NOTE: The `main` branch is now the default branch and hosts the **v2** version of TiDB Operator. The `release-1.x` branch hosts the **v1** version.** - [**Stack Overflow**](https://stackoverflow.com/questions/tagged/tidb) - [**Community Slack Channel**](https://slack.tidb.io/invite?team=tidb-community&channel=sig-k8s&ref=pingcap-tidb-operator) - [**Reddit**](https://www.reddit.com/r/TiDB/) - **Mailing list**: [Google Group](https://groups.google.com/forum/#!forum/tidb-user) - [**For support, please contact PingCAP**](http://bit.ly/contact_us_via_github) [![codecov](https://codecov.io/gh/pingcap/tidb-operator/branch/master/graph/badge.svg)](https://codecov.io/gh/pingcap/tidb-operator) [![LICENSE](https://img.shields.io/github/license/pingcap/tidb-operator.svg)](https://github.com/pingcap/tidb-operator/blob/master/LICENSE) [![Language](https://img.shields.io/badge/Language-Go-blue.svg)](https://golang.org/) [![Go Report Card](https://goreportcard.com/badge/github.com/pingcap/tidb-operator)](https://goreportcard.com/report/github.com/pingcap/tidb-operator) [![GitHub release](https://img.shields.io/github/tag/pingcap/tidb-operator.svg?label=release)](https://github.com/pingcap/tidb-operator/releases) [![GoDoc](https://img.shields.io/badge/Godoc-reference-blue.svg)](https://godoc.org/github.com/pingcap/tidb-operator) TiDB Operator manages [TiDB](https://github.com/pingcap/tidb) clusters on [Kubernetes](https://kubernetes.io) and automates tasks related to operating a TiDB cluster. It makes TiDB a truly cloud-native database. ## Why a new TiDB Operator See [Why we need a new TiDB Operator](./docs/why.md) ## Arch See [arch.md](./docs/arch/README.md) ## Roadmap See [rfcs](./docs/rfcs) ## Documentation You can see our documentation at PingCAP website for more in-depth installation and instructions for production: - [English](https://docs.pingcap.com/tidb-in-kubernetes/v2.0) - [简体中文](https://docs.pingcap.com/zh/tidb-in-kubernetes/v2.0) All the TiDB Operator documentation is maintained in the [docs-tidb-operator repository](https://github.com/pingcap/docs-tidb-operator). ## Contributing Contributions are welcome and greatly appreciated. See [CONTRIBUTING.md](./docs/CONTRIBUTING.md) for details on submitting patches and the contribution workflow. ## License TiDB Operator is under the Apache 2.0 license. See the [LICENSE](./LICENSE) file for details.