You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
730 B

  1. # Setup a Kubernetes cluster on Digital Ocean (DO)
  2. Available options:
  3. 1. [kubeadm (alpha)](https://kubernetes.io/docs/getting-started-guides/kubeadm/)
  4. 2. [kargo](https://kubernetes.io/docs/getting-started-guides/kargo/)
  5. 3. [rancher](http://rancher.com/)
  6. 4. [terraform](https://github.com/hermanjunge/kubernetes-digitalocean-terraform)
  7. As you can see, there is no single tool for creating a cluster on DO.
  8. Therefore, choose the one you know and comfortable working with. If you know
  9. and used [terraform](https://www.terraform.io/) before, then choose it. If you
  10. know Ansible, then pick kargo. If none of these seem familiar to you, go with
  11. kubeadm. Rancher is a beautiful UI for deploying and managing containers in
  12. production.