Sha256: 77bd10e25ade862e9085d61108d3a34db1a22d36be6e5f9d1c961d4f5cce79ec

Contents?: true

Size: 678 Bytes

Versions: 4

Compression:

Stored size: 678 Bytes

Contents

# KuberKit

[![Codeship Status for ArtStation/kuber_kit](https://app.codeship.com/projects/1286f0a6-3f90-4c1b-b426-721ed8a6571b/status?branch=master)](https://app.codeship.com/projects/417264)

Solution for building & deploying applications on Kubernetes, written in Ruby.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'kuber_kit'
```

## Development

### Launch compilation

```
bin/kit compile ruby_app,ruby_app2 --path=./example
```

### Launch deployment

```
bin/kit compile -s ruby_app,ruby_app2 --path=./example
```


## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
kuber_kit-0.2.2 README.md
kuber_kit-0.2.1 README.md
kuber_kit-0.2.0 README.md
kuber_kit-0.1.9 README.md