kuby-core
kuby-core copied to clipboard
A convention over configuration approach for deploying Rails apps. https://getkuby.io
if this is of interest, I found a lot of ruby style convention updates. I intentionally created a config with violations that appeared to be intentional as to not rewrite...
Right now, these are the hoops you have to jump through if, for example, you want to change the deployment's readiness probe: ```ruby Kuby.definition('myapp') do environment(:production) do kubernetes do add_plugin(:rails_app)...
Kuby only supports configuring a single hostname for an application, but as far as I know there's no actual Kubernetes-enforced limit on the number of hostnames allowed per ingress object....
Hi! 👋🏻 Is there a way to assign multiple hostnames in the Kubernetes config in `kuby.rb`? 🤔 ```ruby add_plugin :rails_app do hostname 'whatever.mydomain.com' end ``` How do I add more...
I absolutely love the idea of Kuby, thanks for giving the Railsconf talk about it. Unfortunately, I don't know anything about Kubernetes and I'm unable to deploy my first app....
Hi, not really an issue more general inquiry. Awesome gem! Really simplified the kubernetes deploy for me, how ever have run into a few things that I can't seem to...
Right now, Kuby runs database migrations automatically on every deploy. Since migrations can be tricky and/or dangerous, it should be possible to disable automatic migrations per-environment in your Kuby config....
Hi! Thank you for this awesome project. I am attempting to use kuby for the first time and have some questions. Is the project still in active development? I have...
Bumps [webpack](https://github.com/webpack/webpack) from 5.72.0 to 5.76.1. Release notes Sourced from webpack's releases. v5.76.1 Fixed Added assert/strict built-in to NodeTargetPlugin Revert Improve performance of hashRegExp lookup by @ryanwilsonperkin in webpack/webpack#16759 v5.76.0...