Kubernetes Health
This gem allows kubernetes monitoring your app while it is running migrates and after it starts
No ratings yet
- Gem
- kubernetes-health
- Repository
- platbr/kubernetes-health
- License
- Unlicense
- Stars
- 32
- Added
- August 13, 2026
About
This gem allows kubernetes monitoring your app while it is running migrates and after it starts.
In Kubernetes you need to configure your deployment readinessProbe and livenessProbe like this:
What you get
- Puma and Sidekiq metrics for autoscaling.
- Prometheus and JSON metrics.
- add routes
/_readiness,/_livenesson Rails Stack. - add routes
/_readinessand/_livenesswhilerake db:migrateruns. (optional) - add routes
/_metricswhilesidekiqruns. (optional) - allow custom checks for
/_readinessand/_liveness.
Installing it
ruby
# Gemfile
gem "kubernetes-health"
Details
32 stars on GitHub · Unlicense licensed · maintained by platbr. Source: https://github.com/platbr/kubernetes-health
Discussion (0)
Sign in to join the discussion.
No comments yet.