Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deis/rigger
rigger is a tool to deploy Deis v1 on a variety of cloud providers.
https://github.com/deis/rigger
cloud-providers deis-paas provisioning unsupported
Last synced: 3 minutes ago
JSON representation
rigger is a tool to deploy Deis v1 on a variety of cloud providers.
- Host: GitHub
- URL: https://github.com/deis/rigger
- Owner: deis
- License: mit
- Created: 2015-07-20T07:02:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-10T22:37:38.000Z (over 7 years ago)
- Last Synced: 2024-11-04T09:37:36.706Z (about 1 month ago)
- Topics: cloud-providers, deis-paas, provisioning, unsupported
- Language: Shell
- Homepage: http://deis.io
- Size: 115 KB
- Stars: 57
- Watchers: 20
- Forks: 9
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - deis/rigger - rigger is a tool to deploy Deis v1 on a variety of cloud providers. (others)
README
# rigger
|![](https://upload.wikimedia.org/wikipedia/commons/thumb/1/17/Warning.svg/156px-Warning.svg.png) | Since Deis recommends the [use of Deis Workflow over Deis v1](https://deis.com/blog/2017/deis-paas-v1-takes-a-bow/), `rigger` (a tool designed to ease installation of Deis v1) is no longer developed or maintained. |
|---|---|[![Build Status](https://travis-ci.org/deis/rigger.svg?branch=master)](https://travis-ci.org/deis/rigger)
`rigger` is your interface to deploying Deis on a variety of cloud providers and is **currently only for development and Deis cluster trial purposes.**
### Quickstart
* Get `rigger`:
```
git clone https://github.com/deis/rigger.gitcd rigger
```* Configure Deis deployment. The following command will ask you critical questions required to provision a Deis cluster on a certain cloud provider you choose:
```
./rigger configure
```* Create infrastructure + deploy Deis
```
./rigger provision
```### Demo
[![asciicast](https://asciinema.org/a/29033.png)](https://asciinema.org/a/29033)
### Design
- https://github.com/deis/deis/issues/4345
### Why the name?
A rigger (in construction) is a person who specializes in the lifting and moving of extremely
large or heavy objects. They understand the ins and outs of static and dynamic
loads and their expertise is of paramount importance to ensure that the
components of a project are delivered safely and expediently into the exact
positions. Consider the complexities involved for a rigger when [replacing a 38
ton thruster on the DCV Balder](https://www.youtube.com/watch?v=Bti0Z5a7GmE).
Therefore, naming this tool "rigger" makes sense: it's your highly experienced
aide in lifting your Deis platform into position.