8398a7 / tidb-operator

TiDB operator creates and manages TiDB clusters running in Kubernetes.

Home Page:https://pingcap.com/docs/v3.0/tidb-in-kubernetes/tidb-operator-overview/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Roadmap

Read the Roadmap.

Quick start

Read the Quick Start Guide, which includes all the guides for managing TiDB clusters in Kubernetes.

Documentation

All the TiDB Operator documentation is maintained in the docs-tidb-operator repository. You can also see the documentation at PingCAP website:

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.

About

TiDB operator creates and manages TiDB clusters running in Kubernetes.

https://pingcap.com/docs/v3.0/tidb-in-kubernetes/tidb-operator-overview/

License:Apache License 2.0


Languages

Language:Go 88.4%Language:Shell 4.3%Language:HCL 3.8%Language:Groovy 1.8%Language:Smarty 1.2%Language:Makefile 0.2%Language:Python 0.2%Language:Dockerfile 0.2%