kuby-core
kuby-core copied to clipboard
A convention over configuration approach for deploying Rails apps. https://getkuby.io
Rollback does not work for me at the moment. ```bash bundle exec kuby -e production rollback ``` Results in: ```ruby error: undefined method `metadata' for # bundler: failed to load...
Thanks for the great deployment solution. I am using amazon EKS to run my rails application. Along with rails monolith I am using sidekiq, a Ruby app that talks amazon...
The documentation site (getkuby.io) currently doesn't contain any documentation for writing providers. While providers are very much like plugins, they have a slightly different interface that should be documented. For...
Bumps [terser](https://github.com/terser/terser) from 5.13.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
Trying out the quickstart guide and hitting an error when trying to build: ``` kuby -e production build error: undefined method `to_sym' for nil:NilClass ``` I'm sure I've missed something,...
Right now you have to find the name of the pod in question, then copy/paste it into a long and complicated kuby/kubectl command like: ```sh bundle exec kuby -e production...
Some Rails apps don't need asset management (i.e. they're API-only, etc). It would be nice to have a way to disable asset management entirely, perhaps the same way database management...
Whether you're using git-ops, want to version your k8s resources in source control, or just want to save them to a directory, Kuby should support emitting them via the CLI....
Whether you're using git-ops, want to version your Dockerfiles in source control, or just want to store them in a file, Kuby should support emitting them via the CLI. Perhaps...
Kuby is a very nice piece of work with support for different cloud providers – including the ability to add your own provider. The other end, however, appears to be...