From 3b8a2a3ca5e70577758d3c377a6daaabe4e3753e Mon Sep 17 00:00:00 2001 From: Thomas Catterall Date: Thu, 29 Dec 2016 19:41:11 +0000 Subject: [PATCH] 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.