Add conjure-up instructions.

This commit is contained in:
Jorge O. Castro 2017-01-13 10:40:12 -05:00 committed by Andrew Chen
parent 64f86459e0
commit 5ac4ac6eba
1 changed files with 17 additions and 1 deletions

View File

@ -13,7 +13,23 @@ There are multiple ways to run a Kubernetes cluster with Ubuntu. These pages exp
Supports AWS, GCE, Azure, Joyent, OpenStack, Bare Metal and local workstation deployment. Supports AWS, GCE, Azure, Joyent, OpenStack, Bare Metal and local workstation deployment.
### Operational Guides ### Quick Start
[conjure-up](http://conjure-up.io/) provides quick wasy to deploy Kubernetes on multiple clouds and bare metal. It provides a user-friendly UI that prompts you for cloud credentials and configuration options:
Available for Ubuntu 16.04 and newer:
```
sudo apt-add-repository ppa:juju/stable
sudo apt-add-repository ppa:conjure-up/next
sudo apt update
sudo apt install conjure-up
conjure-up
```
### Operational Guides
These are more in-depth guides for users choosing to run Kubernetes in production:
- [Installation](/docs/getting-started-guides/ubuntu/installation) - [Installation](/docs/getting-started-guides/ubuntu/installation)
- [Validation](/docs/getting-started-guides/ubuntu/validation) - [Validation](/docs/getting-started-guides/ubuntu/validation)