From 129f6aa5f7fda9999aca54de4055496400bb1be7 Mon Sep 17 00:00:00 2001 From: Inaki Date: Sat, 4 Jan 2020 17:29:35 +0100 Subject: [PATCH] Update kubernetes.md --- docs/kubernetes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/kubernetes.md b/docs/kubernetes.md index 4fe47aa0..e7c9c2f8 100644 --- a/docs/kubernetes.md +++ b/docs/kubernetes.md @@ -89,6 +89,9 @@ * [Kubernetes Cluster with Kubeadm](https://github.com/kubernetes/kubeadm) It works on any deb / rpm compatible Linux OS, for example Ubuntu, Debian, RedHat or CentOS. This is the main advantage of kubeadm. The tool itself is still in beta (Q1 2018), but is expected to become stable somewhere this year. It's very easy to use and lets you spin kubernetes cluster in just a couple of minutes. * [Ansible Role - Kubernetes (Jeff Geerling)](https://github.com/geerlingguy/ansible-role-kubernetes) +* [Kubespray](https://github.com/kubernetes-sigs/kubespray) +* [Conjure up](https://conjure-up.io/) +* [A Comparative Analysis of Kubernetes Deployment Tools: Kubespray, kops, and conjure-up](https://www.altoros.com/research-papers/a-comparative-analysis-of-kubernetes-deployment-tools-kubespray-kops-and-conjure-up-2/) ## Rancher * [rancher.com](https://rancher.com/)