Skip to content

pingcap/tidb-operator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4602dd1 · Aug 18, 2021
Jul 9, 2021
Aug 17, 2021
Aug 18, 2021
Aug 9, 2021
Aug 17, 2021
Jul 26, 2021
Aug 17, 2021
Aug 17, 2021
Aug 17, 2021
Jul 15, 2021
Oct 21, 2019
Feb 26, 2021
Aug 17, 2021
Apr 1, 2020
Aug 17, 2021
Jan 2, 2020
Feb 26, 2021
May 27, 2021
Aug 9, 2021
Sep 7, 2020
Sep 7, 2020
Aug 12, 2018
Apr 27, 2021
May 26, 2021
Jan 2, 2020
Feb 24, 2021
Mar 25, 2021

Repository files navigation

TiDB Operator

Build Status codecov LICENSE Language Go Report Card GitHub release GoDoc

TiDB Operator manages TiDB clusters on Kubernetes and automates tasks related to operating a TiDB cluster. It makes TiDB a truly cloud-native database.

TiDB Operator Architecture

Features

  • Safely scaling the TiDB cluster

    TiDB Operator empowers TiDB with horizontal scalability on the cloud.

  • Rolling update of the TiDB cluster

    Gracefully perform rolling updates for the TiDB cluster in order, achieving zero-downtime of the TiDB cluster.

  • Multi-tenant support

    Users can deploy and manage multiple TiDB clusters on a single Kubernetes cluster easily.

  • Automatic failover

    TiDB Operator automatically performs failover for your TiDB cluster when node failures occur.

  • Kubernetes package manager support

    By embracing Kubernetes package manager Helm, users can easily deploy TiDB clusters with only one command.

  • Automatically monitoring TiDB cluster at creating

    Automatically deploy Prometheus, Grafana for TiDB cluster monitoring, support monitoring multiple clusters, and Thanos framework.

  • Heterogeneous cluster

    Users can deploy a heterogeneous cluster join existing cluster.

Quick Start

You can follow our Get Started guide to quickly start a testing Kubernetes cluster and play with TiDB Operator on your own machine.

Documentation

You can see our documentation at PingCAP website for more in-depth installation and instructions for production:

All the TiDB Operator documentation is maintained in the docs-tidb-operator repository.

Blog

Community

Feel free to reach out if you have any questions. The maintainers of this project are reachable via:

Pull Requests are welcome! Check the issue tracker for status/help-wanted issues if you're unsure where to start.

If you're planning a new feature, please file an issue or join #sig-k8s channel to discuss first.

Contributing

Contributions are welcome and greatly appreciated. See CONTRIBUTING.md for details on submitting patches and the contribution workflow.

License

TiDB is under the Apache 2.0 license. See the LICENSE file for details.