mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-06 12:02:13 +00:00
14 lines
617 B
Markdown
14 lines
617 B
Markdown
|
# Setup a Kubernetes cluster on Digital Ocean (DO)
|
||
|
|
||
|
Available options:
|
||
|
|
||
|
1. [kubeadm (alpha)](https://kubernetes.io/docs/getting-started-guides/kubeadm/)
|
||
|
2. [kargo](https://kubernetes.io/docs/getting-started-guides/kargo/)
|
||
|
3. [terraform](https://github.com/hermanjunge/kubernetes-digitalocean-terraform)
|
||
|
|
||
|
As you can see, there is no single tool for creating a cluster on DO.
|
||
|
Therefore, choose the one you know and comfortable working with. If you know
|
||
|
and used [terraform](https://www.terraform.io/) before, then choose it. If you
|
||
|
know Ansible, then pick kargo. If none of these seem familiar to you, go with
|
||
|
kubeadm.
|