Merge pull request #814 from swizzlr/patch-1

Add section describing Kargo vs Kops
This commit is contained in:
Bogdan Dobrelya 2016-12-30 13:58:28 +01:00 committed by GitHub
commit 5ec4efe88e

3
docs/comparisons.md Normal file
View file

@ -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.