Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 896 Bytes

tidb-in-kubernetes.md

File metadata and controls

11 lines (8 loc) · 896 Bytes
title summary aliases
Deploy a TiDB Cluster on Kubernetes
Learn how to deploy a TiDB cluster on Kubernetes.
/docs/tidb-in-kubernetes/dev/

Deploy a TiDB Cluster on Kubernetes

You can use TiDB Operator to deploy TiDB clusters on Kubernetes. TiDB Operator is an automatic operation system for TiDB clusters on Kubernetes. It provides full life-cycle management 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 or private cloud.

Currently, the TiDB on Kubernetes documentation is independent of the TiDB documentation. For detailed steps on how to deploy TiDB clusters on Kubernetes using TiDB Operator, see TiDB on Kubernetes documentation.