https://github.com/pingcap/tidb-operator
TiDB operator creates and manages TiDB clusters running in Kubernetes.
https://github.com/pingcap/tidb-operator
cloud-native golang hacktoberfest kubernetes operator tidb
Last synced: 25 days ago
JSON representation
TiDB operator creates and manages TiDB clusters running in Kubernetes.
- Host: GitHub
- URL: https://github.com/pingcap/tidb-operator
- Owner: pingcap
- License: apache-2.0
- Created: 2018-08-07T12:04:33.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2026-03-26T07:12:18.000Z (about 1 month ago)
- Last Synced: 2026-03-27T00:36:46.909Z (about 1 month ago)
- Topics: cloud-native, golang, hacktoberfest, kubernetes, operator, tidb
- Language: Go
- Homepage: https://docs.pingcap.com/tidb-in-kubernetes/
- Size: 96.7 MB
- Stars: 1,324
- Watchers: 92
- Forks: 530
- Open Issues: 370
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cloud-native - tidb-operator - TiDB operator creates and manages TiDB clusters running in Kubernetes. (Kubernetes Operators)
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)
[](https://codecov.io/gh/pingcap/tidb-operator)
[](https://github.com/pingcap/tidb-operator/blob/master/LICENSE)
[](https://golang.org/)
[](https://goreportcard.com/report/github.com/pingcap/tidb-operator)
[](https://github.com/pingcap/tidb-operator/releases)
[](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.