Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/5xruby/kubec
Kubec is a utility for generate kubernetes config and deploy.
https://github.com/5xruby/kubec
Last synced: about 1 month ago
JSON representation
Kubec is a utility for generate kubernetes config and deploy.
- Host: GitHub
- URL: https://github.com/5xruby/kubec
- Owner: 5xRuby
- Created: 2018-01-08T04:34:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-31T05:02:02.000Z (almost 7 years ago)
- Last Synced: 2024-04-13T19:29:51.824Z (8 months ago)
- Language: Ruby
- Size: 120 KB
- Stars: 15
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kubec
[![Gem Version](https://badge.fury.io/rb/kubec.svg)](https://badge.fury.io/rb/kubec) [![Build Status](https://travis-ci.org/5xRuby/kubec.svg?branch=master)](https://travis-ci.org/5xRuby/kubec) [![Test Coverage](https://api.codeclimate.com/v1/badges/8a4e6cf54745423e198b/test_coverage)](https://codeclimate.com/github/5xRuby/kubec/test_coverage) [![Maintainability](https://api.codeclimate.com/v1/badges/8a4e6cf54745423e198b/maintainability)](https://codeclimate.com/github/5xRuby/kubec/maintainability)
Kubec is a utility for generate kubernetes config and deploy.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'kubec'
```And then execute:
$ bundle
Or install it yourself as:
$ gem install kubec
## Usage
## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/5xruby/kubec.