📣

TiDB Cloud Serverless is now
TiDB Cloud Starter
! Same experience, new name.
Try it out →

TiDB Operator Overview

TiDB Operator is an automated operating system for TiDB clusters on Kubernetes. It provides a full management life-cycle for TiDB including deployment, upgrades, scaling, backup, fail-over, and configuration changes. With TiDB Operator, TiDB can run seamlessly in the Kubernetes clusters deployed on a public cloud or in a self-managed environment.

Compatibility between TiDB Operator and TiDB

The corresponding relationship between TiDB Operator and TiDB versions is as follows:

TiDB versionsCompatible TiDB Operator versions
devdev
TiDB >= 8.02.0, 1.6 (recommended), 1.5
7.1 <= TiDB < 8.01.5 (recommended), 1.4
6.5 <= TiDB < 7.11.5, 1.4 (recommended), 1.3
5.4 <= TiDB < 6.51.4, 1.3 (recommended)
5.1 <= TiDB < 5.41.4, 1.3 (recommended), 1.2 (end of support)
3.0 <= TiDB < 5.11.4, 1.3 (recommended), 1.2 (end of support), 1.1 (end of support)
2.1 <= TiDB < v3.01.0 (end of support)

Differences between TiDB Operator v2 and v1

With the rapid development of TiDB and the Kubernetes ecosystem, TiDB Operator releases v2, which is incompatible with v1. For a detailed comparison between v2 and v1, see Comparison Between TiDB Operator v2 and v1.

Manage TiDB clusters using TiDB Operator

In Kubernetes environments, you can use TiDB Operator to efficiently deploy and manage TiDB clusters. You can choose from the following deployment methods based on your requirements:

Before deploying in any environment, you can customize TiDB configurations using the following guides:

After the deployment is complete, see the following documents to use, operate, and maintain TiDB clusters on Kubernetes:

When a problem occurs and the cluster needs diagnosis, you can:

Some of TiDB's tools are used differently on Kubernetes. You can see Tools on Kubernetes to understand how TiDB tools are used on Kubernetes.

Finally, when a new version of TiDB Operator is released, you can refer to Upgrade TiDB Operator to upgrade to the latest version.

Was this page helpful?