An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

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.