mirror of https://github.com/tikv/website.git
18 lines
478 B
Markdown
18 lines
478 B
Markdown
---
|
|
title: Deploy
|
|
description: TiKV deployment prerequisites and methods
|
|
menu:
|
|
"3.0":
|
|
parent: Tasks
|
|
weight: 2
|
|
name: Deploy
|
|
---
|
|
|
|
This section introduces the prerequisites for deploying TiKV and how to deploy a TiKV cluster.
|
|
|
|
- [Prerequisites](../prerequisites)
|
|
- [Deploy TiKV using Ansible](../ansible)
|
|
- [Deploy TiKV using Docker](../docker)
|
|
- [Deploy TiKV using binary files](../binary)
|
|
- [Deploy TiKV using Docker Compose/Swarm](../docker-compose)
|