kubernetes-health icon indicating copy to clipboard operation
kubernetes-health copied to clipboard

This gem allows kubernetes monitoring your app while it is running migrates and after it starts.

Results 3 kubernetes-health issues
Sort by recently updated
recently updated
newest added

Hi, I would like to include this gem into one of our projects but this gem has no license. Having no license can mean full ownership and copyright over the...

After rack upgrades to 3.0, Rack::Handler moved to separate gem https://github.com/rack/rack/blob/main/UPGRADE-GUIDE.md#binrackup-rackserver-rackhandlerand--racklobster-were-moved-to-a-separate-gem Possible solution: ```ruby server = defined?(Rackup::Handler) ? Rackup::Handler : Rack::Handler server.run Kubernetes::Health::RackOnSidekiq.new, Port: Kubernetes::Health::Config.metrics_port ```

Thanks for maintaining this gem!