2017-03-21 13:06:30 +04:00
|
|
|
# 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/)
|
2017-03-30 12:42:12 +04:00
|
|
|
3. [rancher](http://rancher.com/)
|
|
|
|
4. [terraform](https://github.com/hermanjunge/kubernetes-digitalocean-terraform)
|
2017-03-21 13:06:30 +04:00
|
|
|
|
|
|
|
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
|
2017-03-30 12:42:12 +04:00
|
|
|
kubeadm. Rancher is a beautiful UI for deploying and managing containers in
|
|
|
|
production.
|