Skip to content

Commit

Permalink
#11 - Updated README - Added kubernetes, marathon and strategies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Jahreiß committed Oct 21, 2016
1 parent d90c54a commit 3b64dbb
Showing 1 changed file with 35 additions and 5 deletions.
40 changes: 35 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,43 @@
[![Build Status](https://github.com/qaware/gradle-cloud-deployer/blob/master/wiki/logo.png?raw=true)](https://github.com/qaware/gradle-cloud-deployer)
# gradle-cloud-deployer
<p align="acenter">
<img align="center" src="https://github.com/qaware/gradle-cloud-deployer/blob/master/wiki/logo.png?raw=true" alt="gradle-cloud-deployer" href="https://github.com/qaware/gradle-cloud-deployer"/>
</p>

#Gradle-Cloud-Deployer
[![Build Status](https://travis-ci.org/qaware/gradle-cloud-deployer.svg?branch=master)](https://travis-ci.org/qaware/gradle-cloud-deployer)
[![codebeat badge](https://codebeat.co/badges/660364b2-bd46-4c5a-9f14-920ac85ecec1)](https://codebeat.co/projects/github-com-qaware-gradle-cloud-deployer)
[![codecov](https://codecov.io/gh/qaware/gradle-cloud-deployer/branch/master/graph/badge.svg)](https://codecov.io/gh/qaware/gradle-cloud-deployer)
[![Dependency Status](https://dependencyci.com/github/qaware/gradle-cloud-deployer/badge)](https://dependencyci.com/github/qaware/gradle-cloud-deployer)
[![Dependency Status](https://www.versioneye.com/user/projects/5809b705912815003afa4729/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/5809b705912815003afa4729)
[![Apache License 2](http://img.shields.io/badge/license-ASF2-blue.svg)](https://github.com/qaware/gradle-cloud-deployer/blob/master/LICENSE)

Gradle plugin to deploy applications to Kubernetes and DC/OS Marathon.
Gradle plugin which deploys your applications directly into your cloud.

## Sponsor
## Supported cloud orchestrators
The supported cloud orchestrators are ...

### 1. Marathon
[![Marathon](https://github.com/qaware/gradle-cloud-deployer/blob/master/wiki/marathon.png?raw=true)](https://mesosphere.github.io/marathon/)
#### Supported Concepts
- App
- Group

____

[![QAware GmbH](http://www.qaware.de/typo3conf/ext/s2_qaware_templates/Resources/Public/Images/logo-qaware.svg)](http://www.qaware.de)
### 2. Kubernetes
[![Kubernetes](https://github.com/qaware/gradle-cloud-deployer/blob/master/wiki/kubernetes.png?raw=true)](http://kubernetes.io)
#### Supported Concepts
- Deployment
- Service
- ReplicationController
- Pod

____

## Supported strategies
The plugin supports different deployment strategies
- UPDATE
- RESET
- REPLACE

## Sponsor
[![QAware GmbH](https://github.com/qaware/gradle-cloud-deployer/blob/master/wiki/qaware.svg?raw=true)](http://www.qaware.de)

0 comments on commit 3b64dbb

Please sign in to comment.