From 53affb9bc025c8d12d504ca44d2bcd2efdd32685 Mon Sep 17 00:00:00 2001 From: Thomas Catterall Date: Thu, 22 Dec 2016 22:46:23 +0000 Subject: [PATCH 1/3] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bd4c06ebd..db27a3875 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,10 @@ To deploy the cluster you can use : * [Network plugins](#network-plugins) * [Roadmap](docs/roadmap.md) +Kargo vs [Kops](https://github.com/kubernetes/kops) +--------------- +Kargo runs on bare metal and most clouds, using Ansible as its substrate for provisioning and orchestration. Kops performs the provisioning and orchestration itself, and as such is less flexible in deployment platforms. For people with familiarity with Ansible, existing Ansible deployments or the desire to run a Kubernetes cluster across multiple platforms, Kargo is a good choice. Kops, however, iss more tightly integrated with the unique features of the clouds it supports so it could be a better choice if you know that you will only be using one platform for the foreseeable future. + Supported Linux distributions =============== From b902110d75d8450ff40bcc474d250211fc3562fe Mon Sep 17 00:00:00 2001 From: Thomas Catterall Date: Thu, 29 Dec 2016 19:41:11 +0000 Subject: [PATCH 2/3] Create comparisons.md --- docs/comparisons.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/comparisons.md diff --git a/docs/comparisons.md b/docs/comparisons.md new file mode 100644 index 000000000..a6dd1873e --- /dev/null +++ b/docs/comparisons.md @@ -0,0 +1,3 @@ +Kargo vs [Kops](https://github.com/kubernetes/kops) +--------------- +Kargo runs on bare metal and most clouds, using Ansible as its substrate for provisioning and orchestration. Kops performs the provisioning and orchestration itself, and as such is less flexible in deployment platforms. For people with familiarity with Ansible, existing Ansible deployments or the desire to run a Kubernetes cluster across multiple platforms, Kargo is a good choice. Kops, however, iss more tightly integrated with the unique features of the clouds it supports so it could be a better choice if you know that you will only be using one platform for the foreseeable future. From 80509673d22bafc17e0a986ca3fdb3b516b7b3cf Mon Sep 17 00:00:00 2001 From: Thomas Catterall Date: Thu, 29 Dec 2016 19:41:34 +0000 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index db27a3875..bd4c06ebd 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,6 @@ To deploy the cluster you can use : * [Network plugins](#network-plugins) * [Roadmap](docs/roadmap.md) -Kargo vs [Kops](https://github.com/kubernetes/kops) ---------------- -Kargo runs on bare metal and most clouds, using Ansible as its substrate for provisioning and orchestration. Kops performs the provisioning and orchestration itself, and as such is less flexible in deployment platforms. For people with familiarity with Ansible, existing Ansible deployments or the desire to run a Kubernetes cluster across multiple platforms, Kargo is a good choice. Kops, however, iss more tightly integrated with the unique features of the clouds it supports so it could be a better choice if you know that you will only be using one platform for the foreseeable future. - Supported Linux distributions ===============