add documentation

This commit is contained in:
Smaine Kahlouch
2016-07-04 14:13:18 +02:00
parent ee7ac22f0d
commit 585102ee20
10 changed files with 370 additions and 25 deletions

19
docs/getting-started.md Normal file
View File

@@ -0,0 +1,19 @@
Getting started
===============
The easiest way to run the deployement is to use the **kargo-cli** tool.
A complete documentation can be found in its [github repository](https://github.com/kubespray/kargo-cli).
Here is a simple example on AWS:
* Create instances and generate the inventory
```
kargo aws --instances 3
```
* Run the deployment
```
kargo deploy --aws -u centos -n calico
```