https://github.com/5xruby/kubec
Kubec is a utility for generate kubernetes config and deploy.
https://github.com/5xruby/kubec
Last synced: 12 months 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-31T05:02:02.000Z (about 8 years ago)
- Last Synced: 2025-04-20T13:07:33.288Z (about 1 year ago)
- Language: Ruby
- Size: 120 KB
- Stars: 15
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kubec
[](https://badge.fury.io/rb/kubec) [](https://travis-ci.org/5xRuby/kubec) [](https://codeclimate.com/github/5xRuby/kubec/test_coverage) [](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.