Update kubernetes.md

This commit is contained in:
Inaki
2020-01-04 17:29:35 +01:00
committed by GitHub
parent 4457733aad
commit 129f6aa5f7

View File

@@ -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/)